Subject: CVS commit: syssrc [thorpej_scsipi]
To: None <source-changes@netbsd.org>
From: Manuel BOUYER <bouyer@netbsd.org>
List: source-changes
Date: 01/22/2001 19:43:04
Module Name:	syssrc
Committed By:	bouyer
Date:		Mon Jan 22 17:43:04 UTC 2001

Modified Files:
	syssrc/sys/dev/scsipi [thorpej_scsipi]: scsipi_base.c scsipiconf.h

Log Message:
Don't forget to remove xfer from the channel's queue in
scsipi_async_event_channel_reset()
thaw the periph when request_sense failed(), and when calling user done,
as we're not going though the usual path.
Implement XS_REQUEUE, for drivers needing to requeue a xfer.


To generate a diff of this commit:
cvs rdiff -r1.26.2.9 -r1.26.2.10 syssrc/sys/dev/scsipi/scsipi_base.c
cvs rdiff -r1.32.2.9 -r1.32.2.10 syssrc/sys/dev/scsipi/scsipiconf.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.