Subject: CVS commit: src/sys/dev/scsipi
To: None <source-changes@NetBSD.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 10/16/2003 17:34:43
Module Name:	src
Committed By:	mycroft
Date:		Thu Oct 16 17:34:43 UTC 2003

Modified Files:
	src/sys/dev/scsipi: scsipi_all.h scsipi_base.c

Log Message:
Do a 36-byte SCSI 2 inquiry first, and iff that returns an additional length
>32 do a 74-byte inquiry.  Fixes problems with devices that barf on longer
inquiries.  (Linux uses 36 bytes almost everywhere, as a data point.)


To generate a diff of this commit:
cvs rdiff -r1.24 -r1.25 src/sys/dev/scsipi/scsipi_all.h
cvs rdiff -r1.95 -r1.96 src/sys/dev/scsipi/scsipi_base.c

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