diff options
author | 2010-09-01 04:44:26 +0000 | |
---|---|---|
committer | 2010-09-01 04:44:26 +0000 | |
commit | f0e1c14405e6c02cd818ac697f9c8b64c2b5e678 (patch) | |
tree | 91cb2c6fe46f0fd4dd1eeaa5313cfdd10de9a17e | |
parent | make struct bufq a member of the softc for devices that use it, (diff) | |
download | wireguard-openbsd-f0e1c14405e6c02cd818ac697f9c8b64c2b5e678.tar.xz wireguard-openbsd-f0e1c14405e6c02cd818ac697f9c8b64c2b5e678.zip |
ata information vpd page id
-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 1e97249581e..b92149de4d7 100644 --- a/sys/scsi/scsi_all.h +++ b/sys/scsi/scsi_all.h @@ -1,4 +1,4 @@ -/* $OpenBSD: scsi_all.h,v 1.49 2010/06/29 21:12:01 krw Exp $ */ +/* $OpenBSD: scsi_all.h,v 1.50 2010/09/01 04:44:26 dlg Exp $ */ /* $NetBSD: scsi_all.h,v 1.10 1996/09/12 01:57:17 thorpej Exp $ */ /* @@ -85,6 +85,7 @@ struct scsi_inquiry { #define SI_PG_SUPPORTED 0x00 #define SI_PG_SERIAL 0x80 #define SI_PG_DEVID 0x83 +#define SI_PG_ATA 0x89 u_int8_t length[2]; u_int8_t control; }; |