Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: syssrc



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.




Home | Main Index | Thread Index | Old Index