Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Lennart Augustsson <augustss@netbsd.org>
List: source-changes
Date: 05/29/2000 18:08:27
Module Name:	syssrc
Committed By:	augustss
Date:		Tue May 30 01:08:26 UTC 2000

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

Log Message:
Add a quirk, SDEV_ONLYBIG, which implies that the device cannot handle
the 6 byte versions of READ, WRITE, and MODE_SENSE.
This greatly simplifies the UFI (USB Floppy) handling.


To generate a diff of this commit:
cvs rdiff -r1.139 -r1.140 syssrc/sys/dev/scsipi/cd.c
cvs rdiff -r1.41 -r1.42 syssrc/sys/dev/scsipi/scsipiconf.h
cvs rdiff -r1.161 -r1.162 syssrc/sys/dev/scsipi/sd.c
cvs rdiff -r1.12 -r1.13 syssrc/sys/dev/scsipi/sd_scsi.c

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