summaryrefslogtreecommitdiffstats
path: root/sys/cam/scsi/scsi_all.h
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2017-01-05 12:56:41 +0000
committermav <mav@FreeBSD.org>2017-01-05 12:56:41 +0000
commit56e0cd7b993a6bf5bd31e4d8473ee46441be7c57 (patch)
tree6a6f507b9d2dca9d352f087ae8267333e7644d85 /sys/cam/scsi/scsi_all.h
parentab33493167ee5ff1c6aa187d3d4c114e16e3a09d (diff)
downloadFreeBSD-src-56e0cd7b993a6bf5bd31e4d8473ee46441be7c57.zip
FreeBSD-src-56e0cd7b993a6bf5bd31e4d8473ee46441be7c57.tar.gz
MFC r297756: Add couple new constants from SPC5r08.
Diffstat (limited to 'sys/cam/scsi/scsi_all.h')
-rw-r--r--sys/cam/scsi/scsi_all.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/cam/scsi/scsi_all.h b/sys/cam/scsi/scsi_all.h
index c156536..c3913ba 100644
--- a/sys/cam/scsi/scsi_all.h
+++ b/sys/cam/scsi/scsi_all.h
@@ -2329,6 +2329,8 @@ struct scsi_vpd_id_descriptor
#define SVPD_ID_TYPE_LUNGRP 0x06
#define SVPD_ID_TYPE_MD5_LUN_ID 0x07
#define SVPD_ID_TYPE_SCSI_NAME 0x08
+#define SVPD_ID_TYPE_PROTO 0x09
+#define SVPD_ID_TYPE_UUID 0x0a
#define SVPD_ID_TYPE_MASK 0x0f
u_int8_t reserved;
u_int8_t length;
OpenPOWER on IntegriCloud