Subject: CVS commit: src/sys/dev/scsipi
To: None <source-changes@NetBSD.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 06/28/2004 16:43:49
Module Name:	src
Committed By:	mycroft
Date:		Mon Jun 28 16:43:49 UTC 2004

Modified Files:
	src/sys/dev/scsipi: sd.c

Log Message:
Separate page 4/5 reading into separate functions.  For "removable" devices,
try page 5 (flex geometry) first.  This fixes problems with some broken USB
devices that do not handle page 4 correctly (rather than returning nothing,
or stalling, they return the CSW where there should be data).


To generate a diff of this commit:
cvs rdiff -r1.217 -r1.218 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.