svn commit: r234638 - stable/9/share/misc
Alexander Motin
mav at FreeBSD.org
Tue Apr 24 07:27:57 UTC 2012
Author: mav
Date: Tue Apr 24 07:27:56 2012
New Revision: 234638
URL: http://svn.freebsd.org/changeset/base/234638
Log:
MFC r234376:
Add some more SCSI mode pages from SPC-4 spec.
Modified:
stable/9/share/misc/scsi_modes
Directory Properties:
stable/9/share/misc/ (props changed)
Modified: stable/9/share/misc/scsi_modes
==============================================================================
--- stable/9/share/misc/scsi_modes Tue Apr 24 07:01:34 2012 (r234637)
+++ stable/9/share/misc/scsi_modes Tue Apr 24 07:27:56 2012 (r234638)
@@ -92,6 +92,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
@@ -100,7 +119,7 @@
{Reserved} *i1
}
-0x1a "Power Control" {
+0x1a "Power Condition Page" {
{Reserved} *i1
{Reserved} *t6
{Idle} t1
@@ -109,6 +128,10 @@
{Standby Condition Timer} i4
}
+0x18 "Protocol-Specific LUN Page";
+
+0x19 "Protocol-Specific Port Page";
+
# DIRECT ACCESS DEVICES
0x08 "Caching Page" {
{IC} t1
More information about the svn-src-stable-9
mailing list