Subject: CVS commit: src/sys/dev/usb
To: None <source-changes@NetBSD.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 09/09/2003 01:35:49
Module Name:	src
Committed By:	mycroft
Date:		Tue Sep  9 01:35:49 UTC 2003

Modified Files:
	src/sys/dev/usb: umass_quirks.c

Log Message:
PQUIRK_NODOORLOCK seems to be strictly unnecessary.  If the drive doesn't
support it, we'll just get an ILLEGAL REQUEST and ignore it.  Furthermore,
on the PQI Travel Flash at least, it works just fine without.  These seem to
have been added in omnibus changes for particular devices, along with other
"quirks" that are now gone.  Adios, we won't cry for you.


To generate a diff of this commit:
cvs rdiff -r1.50 -r1.51 src/sys/dev/usb/umass_quirks.c

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