diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2005-06-02 02:03:34 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2005-06-02 02:03:34 +0000 |
commit | 0a9fc4c9bb7ac27922ea10f25f0a3782f57e6f41 (patch) | |
tree | 608d0559797ace668e103590f2158ae9f68b6bd4 /sys/dev/usb/usb_port.h | |
parent | f40a79ff8274209551798d2f9957a8a25048af15 (diff) |
Eradicate USB quirks NOTUR and NODOORLOCK. Should no longer be
required and no actual users of the relevant devices found.
ok marco@
Diffstat (limited to 'sys/dev/usb/usb_port.h')
-rw-r--r-- | sys/dev/usb/usb_port.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/usb/usb_port.h b/sys/dev/usb/usb_port.h index d4906a7ebd8..0ba3ce92ba4 100644 --- a/sys/dev/usb/usb_port.h +++ b/sys/dev/usb/usb_port.h @@ -1,4 +1,4 @@ -/* $OpenBSD: usb_port.h,v 1.56 2005/05/25 21:12:54 krw Exp $ */ +/* $OpenBSD: usb_port.h,v 1.57 2005/06/02 02:03:33 krw Exp $ */ /* $NetBSD: usb_port.h,v 1.62 2003/02/15 18:33:30 augustss Exp $ */ /* $FreeBSD: src/sys/dev/usb/usb_port.h,v 1.21 1999/11/17 22:33:47 n_hibma Exp $ */ @@ -241,8 +241,6 @@ int __CONCAT(dname,_detach)(struct device *self, int flags) #define UMASS_ATAPISTR "atapiscsi" /* periph_quirks */ -#define PQUIRK_NOTUR ADEV_NOTUR /* no TEST UNIT READY */ -#define PQUIRK_NODOORLOCK ADEV_NODOORLOCK /* can't lock door */ #define PQUIRK_NOSENSE ADEV_NOSENSE /* can't REQUEST SENSE */ #define PQUIRK_ONLYBIG SDEV_ONLYBIG |