diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2005-05-25 21:39:09 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2005-05-25 21:39:09 +0000 |
commit | 5f15c9f73b44f70dbbf3b939641c5596de767b8c (patch) | |
tree | 84cdd68d78f60bf6a96def1241fc48efef6863c4 | |
parent | fc13fc1fb34cd2d3de15f93fd47bf044cfad92b3 (diff) |
With PQUIK_NOMODESENSE gone, SDEV_NOMODESENSE can go too.
-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 87d1e270ff4..319996a41e9 100644 --- a/sys/scsi/scsiconf.h +++ b/sys/scsi/scsiconf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: scsiconf.h,v 1.53 2005/05/25 20:52:41 krw Exp $ */ +/* $OpenBSD: scsiconf.h,v 1.54 2005/05/25 21:39:08 krw Exp $ */ /* $NetBSD: scsiconf.h,v 1.35 1997/04/02 02:29:38 mycroft Exp $ */ /* @@ -182,7 +182,6 @@ struct scsi_link { #define SDEV_NOSYNC 0x0002 /* does not grok SDTR */ #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_NOSYNCCACHE 0x0100 /* no SYNCHRONIZE_CACHE */ #define ADEV_NOSENSE 0x0200 /* No request sense - ATAPI */ #define ADEV_LITTLETOC 0x0400 /* little-endian TOC - ATAPI */ |