Source-Changes archive

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

CVS commit: syssrc/sys/dev/scsipi



Module Name:    syssrc
Committed By:   bouyer
Date:           Tue Jun 26 15:32:04 UTC 2001

Modified Files:
        syssrc/sys/dev/scsipi: cd.c scsipi_base.c scsipiconf.h

Log Message:
Add a XS_CTL_SILENT_NODEV flag: if the sense info is "not ready, medium
not present" don't print any message but still return ENODEV.
Use this in cd driver to allow open of character raw partition even if
the drive is empty (older drives fails at LOAD_UNLOAD time, newer
ones fail at TEST_UNIT_READY time).


To generate a diff of this commit:
cvs rdiff -r1.150 -r1.151 syssrc/sys/dev/scsipi/cd.c
cvs rdiff -r1.45 -r1.46 syssrc/sys/dev/scsipi/scsipi_base.c
cvs rdiff -r1.53 -r1.54 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.




Home | Main Index | Thread Index | Old Index