summaryrefslogtreecommitdiffstats
path: root/sys/cam/scsi/scsi_all.h
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2015-10-05 10:56:57 +0000
committermav <mav@FreeBSD.org>2015-10-05 10:56:57 +0000
commita7d49f5cb9bcfece1216815d7ca0e81eccbc0d05 (patch)
treee76e81b523559ac37229b1d0dea93abb227aebf3 /sys/cam/scsi/scsi_all.h
parentaa30e0e8efc51670eb30f1b6b46846b3a23b6765 (diff)
downloadFreeBSD-src-a7d49f5cb9bcfece1216815d7ca0e81eccbc0d05.zip
FreeBSD-src-a7d49f5cb9bcfece1216815d7ca0e81eccbc0d05.tar.gz
MFC r288170: Add new report types to REPORT LUNS command.
This is only for completeness, since we have nothing new to report there.
Diffstat (limited to 'sys/cam/scsi/scsi_all.h')
-rw-r--r--sys/cam/scsi/scsi_all.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/cam/scsi/scsi_all.h b/sys/cam/scsi/scsi_all.h
index daae040..f2b4b21 100644
--- a/sys/cam/scsi/scsi_all.h
+++ b/sys/cam/scsi/scsi_all.h
@@ -2864,6 +2864,9 @@ struct scsi_report_luns
#define RPL_REPORT_DEFAULT 0x00
#define RPL_REPORT_WELLKNOWN 0x01
#define RPL_REPORT_ALL 0x02
+#define RPL_REPORT_ADMIN 0x10
+#define RPL_REPORT_NONSUBSID 0x11
+#define RPL_REPORT_CONGLOM 0x12
uint8_t select_report;
uint8_t reserved2[3];
uint8_t length[4];
OpenPOWER on IntegriCloud