diff options
-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 0469d18997f..6e835138a05 100644 --- a/sys/scsi/scsi_all.h +++ b/sys/scsi/scsi_all.h @@ -1,4 +1,4 @@ -/* $OpenBSD: scsi_all.h,v 1.27 2005/06/18 01:09:03 krw Exp $ */ +/* $OpenBSD: scsi_all.h,v 1.28 2005/07/25 05:31:32 dlg Exp $ */ /* $NetBSD: scsi_all.h,v 1.10 1996/09/12 01:57:17 thorpej Exp $ */ /* @@ -213,6 +213,7 @@ struct scsi_inquiry_data { #define SID_REMOVABLE 0x80 u_int8_t version; #define SID_ANSII 0x07 +#define SID_ANSII_SCSI2 0x02 #define SID_ECMA 0x38 #define SID_ISO 0xC0 u_int8_t response_format; |