Subject: CVS commit: src/sys/dev/scsipi
To: None <source-changes@NetBSD.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 09/08/2003 18:51:41
Module Name: src
Committed By: mycroft
Date: Mon Sep 8 18:51:40 UTC 2003
Modified Files:
src/sys/dev/scsipi: atapiconf.c cd.c scsiconf.c scsipi_base.c
scsipiconf.h sd.c
Log Message:
Do a START UNIT only if the TEST UNIT READY reports that the device is not
ready. This avoids gratuitously starting the motor on floppy and CD-ROM
drives, and eliminates the need for the audio playing test in cdopen().
Therefore, also remove PQUIRK_NOSTARTUNIT.
To generate a diff of this commit:
cvs rdiff -r1.57 -r1.58 src/sys/dev/scsipi/atapiconf.c
cvs rdiff -r1.191 -r1.192 src/sys/dev/scsipi/cd.c
cvs rdiff -r1.208 -r1.209 src/sys/dev/scsipi/scsiconf.c
cvs rdiff -r1.91 -r1.92 src/sys/dev/scsipi/scsipi_base.c
cvs rdiff -r1.76 -r1.77 src/sys/dev/scsipi/scsipiconf.h
cvs rdiff -r1.203 -r1.204 src/sys/dev/scsipi/sd.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.