From 2122e212c5b0181d770daa8fc96e32b5346ac0e7 Mon Sep 17 00:00:00 2001 From: mav Date: Tue, 24 Apr 2012 07:28:53 +0000 Subject: [PATCH] MFC r234376: Add some more SCSI mode pages from SPC-4 spec. git-svn-id: svn://svn.freebsd.org/base/stable/8@234639 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- share/misc/scsi_modes | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/share/misc/scsi_modes b/share/misc/scsi_modes index 687bcfa93..abc8d78b6 100644 --- a/share/misc/scsi_modes +++ b/share/misc/scsi_modes @@ -79,6 +79,25 @@ {Reserved} *i1 } +0x15 "Extended Page"; + +0x16 "Extended Device-Type Specific Page"; + +0x1c "Informational Exceptions Control Page" { + {PERF} t1 + {Reserved} *t1 + {EBF} t1 + {EWasc} t1 + {DExcpt} t1 + {TEST} t1 + {EBACKERR} t1 + {LogErr} t1 + {Reserved} *t4 + {MRIE} b4 + {Interval Timer} i4 + {Report Count} i4 +} + 0x09 "Peripheral Device Page" { {Interface Identifier} i2 {Reserved} *i1 @@ -87,7 +106,7 @@ {Reserved} *i1 } -0x1a "Power Control" { +0x1a "Power Condition Page" { {Reserved} *i1 {Reserved} *t6 {Idle} t1 @@ -96,6 +115,10 @@ {Standby Condition Timer} i4 } +0x18 "Protocol-Specific LUN Page"; + +0x19 "Protocol-Specific Port Page"; + # DIRECT ACCESS DEVICES 0x08 "Caching Page" { {IC} t1 -- 2.45.0