Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 09/03/1996 14:30:03
thorpej
Tue Sep  3 11:20:39 PDT 1996
Update of /a/cvsroot/src/sys/scsi
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv12291

Modified Files:
	scsi_all.h scsi_base.c scsiconf.c scsiconf.h 
Log Message:
Store the SCSI version in the scsi_link, and set the LUN in the CDB
if the version is <= SCSI-2.  This should help some older SCSI
devices that previously needed the "NOLUNS" quirk.  While this is
not strictly necessary on SCSI-2 devices, the spec allows it,
so we set it for SCSI-2 devices "just in case".  See section 7.2.2 of
Draft X3T9.2 Rev 10L for details.