summaryrefslogtreecommitdiffstats
path: root/sys/cam
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2011-05-27 03:23:39 +0000
committermav <mav@FreeBSD.org>2011-05-27 03:23:39 +0000
commit44b4091060dd118490be14470c1b0decba624203 (patch)
treebc19e0676c49abeae849e39c82cf33b2821031a4 /sys/cam
parent6d52186e53b4cb45089156a1e4d61f5805032da7 (diff)
downloadFreeBSD-src-44b4091060dd118490be14470c1b0decba624203.zip
FreeBSD-src-44b4091060dd118490be14470c1b0decba624203.tar.gz
Add names for few more SES element types according SES-2 specification.
Diffstat (limited to 'sys/cam')
-rw-r--r--sys/cam/scsi/scsi_ses.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/cam/scsi/scsi_ses.h b/sys/cam/scsi/scsi_ses.h
index 9925c1f..7788ec6 100644
--- a/sys/cam/scsi/scsi_ses.h
+++ b/sys/cam/scsi/scsi_ses.h
@@ -101,6 +101,7 @@ typedef struct {
#define SESTYP_UPS 0x0b
#define SESTYP_DISPLAY 0x0c
#define SESTYP_KEYPAD 0x0d
+#define SESTYP_ENCLOSURE 0x0e
#define SESTYP_SCSIXVR 0x0f
#define SESTYP_LANGUAGE 0x10
#define SESTYP_COMPORT 0x11
@@ -109,6 +110,9 @@ typedef struct {
#define SESTYP_SCSI_TGT 0x14
#define SESTYP_SCSI_INI 0x15
#define SESTYP_SUBENC 0x16
+#define SESTYP_ARRAY 0x17
+#define SESTYP_SAS_EXP 0x18
+#define SESTYP_SAS_CONN 0x19
/*
* Overall Enclosure Status
OpenPOWER on IntegriCloud