diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2004-02-21 00:47:43 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2004-02-21 00:47:43 +0000 |
commit | ddb6b73bdad86651566ce262f892d0a70dfe3d51 (patch) | |
tree | b59f9b630343cb78a67b448dbcf9e318cb5366e4 /sys/scsi/scsiconf.h | |
parent | fa2d508abe6bee4f96fc177eb5989f868bc84193 (diff) |
Eliminate the quirks SDEV_NOSTARTUNIT, UMASS_QUIRK_NO_START_STOP, and
UMASS_QUIRK_FORCE_SHORT_INQUIRY. Fixes a bunch of USB devices. Based
on work by Mycroft in NetBSD.
ok tdeval@ deraadt@.
Diffstat (limited to 'sys/scsi/scsiconf.h')
-rw-r--r-- | sys/scsi/scsiconf.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/scsi/scsiconf.h b/sys/scsi/scsiconf.h index db545035d8d..2d92c93ff94 100644 --- a/sys/scsi/scsiconf.h +++ b/sys/scsi/scsiconf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: scsiconf.h,v 1.40 2004/01/14 02:00:41 krw Exp $ */ +/* $OpenBSD: scsiconf.h,v 1.41 2004/02/21 00:47:42 krw Exp $ */ /* $NetBSD: scsiconf.h,v 1.35 1997/04/02 02:29:38 mycroft Exp $ */ /* @@ -176,7 +176,6 @@ struct scsi_link { #define SDEV_NOWIDE 0x0004 /* does not grok WDTR */ #define SDEV_NOTAGS 0x0008 /* lies about having tagged queueing */ #define SDEV_NOMODESENSE 0x0040 /* removable media/optical drives */ -#define SDEV_NOSTARTUNIT 0x0080 /* do not issue start unit requests in sd.c */ #define SDEV_NOSYNCCACHE 0x0100 /* no SYNCHRONIZE_CACHE */ #define ADEV_NOSENSE 0x0200 /* No request sense - ATAPI */ #define ADEV_LITTLETOC 0x0400 /* little-endian TOC - ATAPI */ |