diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2010-09-01 04:44:27 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2010-09-01 04:44:27 +0000 |
commit | d9faa700b8f240d0d9c3244ead4f0bc0d130f10c (patch) | |
tree | a61da55b1682b81cbd124a34c0f5520ad57c9c36 | |
parent | aa0e77253a76c57fda0220581374a0ced2f4b16e (diff) |
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; }; |