diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2007-04-03 04:55:35 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2007-04-03 04:55:35 +0000 |
commit | cd94cddeff421164bec9661a132c615be9dd95bb (patch) | |
tree | 1fac9ffadd28bc23a075558f7d0ed99526165233 /sys | |
parent | 4009ee205ad3466ddeb955570446919946fccbe5 (diff) |
define the vpd inquiry page code.
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 d15ec399b5b..38e6876b37c 100644 --- a/sys/scsi/scsi_all.h +++ b/sys/scsi/scsi_all.h @@ -1,4 +1,4 @@ -/* $OpenBSD: scsi_all.h,v 1.41 2007/04/03 04:15:50 dlg Exp $ */ +/* $OpenBSD: scsi_all.h,v 1.42 2007/04/03 04:55:34 dlg Exp $ */ /* $NetBSD: scsi_all.h,v 1.10 1996/09/12 01:57:17 thorpej Exp $ */ /* @@ -82,6 +82,7 @@ struct scsi_inquiry { u_int8_t flags; #define SI_EVPD 0x01 u_int8_t pagecode; +#define SI_PG_SERIAL 0x80 u_int8_t length[2]; u_int8_t control; }; |