Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Manuel BOUYER <bouyer@netbsd.org>
List: source-changes
Date: 05/23/2000 03:20:16
Module Name:	syssrc
Committed By:	bouyer
Date:		Tue May 23 10:20:16 UTC 2000

Modified Files:
	syssrc/sys/dev/scsipi: sd.c sdvar.h

Log Message:
sd_interpret_sense() can be called from interrupt context; call scsipi_start()
with XS_CTL_ASYNC if the failed command was called with XS_CTL_ASYNC.
Add a SDF_RESTART flag to keep state, cleared in sddone().
A mounted disk can now spin down, it will propely spin up at the next access.


To generate a diff of this commit:
cvs rdiff -r1.160 -r1.161 syssrc/sys/dev/scsipi/sd.c
cvs rdiff -r1.11 -r1.12 syssrc/sys/dev/scsipi/sdvar.h

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