diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2006-07-29 02:52:50 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2006-07-29 02:52:50 +0000 |
commit | 7d4dce2486a263fef3d16842bd39c5724211eb5e (patch) | |
tree | 16056e568bd9718c99508ff10acdd05465a4f671 /sys/scsi/scsi_all.h | |
parent | ad1b802e5366534f81aff919556dd650f2d7b064 (diff) |
Zap a couple of unused defines - SID_ANSI_SCSI2 and SID_ANSI_SCSI3.
Diffstat (limited to 'sys/scsi/scsi_all.h')
-rw-r--r-- | sys/scsi/scsi_all.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/scsi/scsi_all.h b/sys/scsi/scsi_all.h index cbb02a0bd0c..60f45cd52a5 100644 --- a/sys/scsi/scsi_all.h +++ b/sys/scsi/scsi_all.h @@ -1,4 +1,4 @@ -/* $OpenBSD: scsi_all.h,v 1.36 2006/07/23 14:34:55 krw Exp $ */ +/* $OpenBSD: scsi_all.h,v 1.37 2006/07/29 02:52:49 krw Exp $ */ /* $NetBSD: scsi_all.h,v 1.10 1996/09/12 01:57:17 thorpej Exp $ */ /* @@ -230,8 +230,6 @@ struct scsi_inquiry_data { #define SID_REMOVABLE 0x80 u_int8_t version; #define SID_ANSII 0x07 -#define SID_ANSII_SCSI2 0x02 -#define SID_ANSII_SCSI3 0x03 #define SID_ECMA 0x38 #define SID_ISO 0xC0 u_int8_t response_format; |