diff options
author | Marco Peereboom <marco@cvs.openbsd.org> | 2005-08-04 00:49:24 +0000 |
---|---|---|
committer | Marco Peereboom <marco@cvs.openbsd.org> | 2005-08-04 00:49:24 +0000 |
commit | 814079e6e867a4c988e991fa33dd8d5bdd14ffe6 (patch) | |
tree | 8b7d01d0812023885f042cbe8603f005d84cad8a /sys | |
parent | 55d29e030a46029d6fee23a3b3305333eb73cb50 (diff) |
Add SCSI 3 define. ok dlg@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/scsi/scsi_all.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/scsi/scsi_all.h b/sys/scsi/scsi_all.h index 6e835138a05..f28829a14a3 100644 --- a/sys/scsi/scsi_all.h +++ b/sys/scsi/scsi_all.h @@ -1,4 +1,4 @@ -/* $OpenBSD: scsi_all.h,v 1.28 2005/07/25 05:31:32 dlg Exp $ */ +/* $OpenBSD: scsi_all.h,v 1.29 2005/08/04 00:49:23 marco Exp $ */ /* $NetBSD: scsi_all.h,v 1.10 1996/09/12 01:57:17 thorpej Exp $ */ /* @@ -214,6 +214,7 @@ struct scsi_inquiry_data { 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; |