svn commit: r234639 - stable/8/share/misc
Alexander Motin
mav at FreeBSD.org
Tue Apr 24 07:28:54 UTC 2012
Author: mav
Date: Tue Apr 24 07:28:53 2012
New Revision: 234639
URL: http://svn.freebsd.org/changeset/base/234639
Log:
MFC r234376:
Add some more SCSI mode pages from SPC-4 spec.
Modified:
stable/8/share/misc/scsi_modes
Directory Properties:
stable/8/share/misc/ (props changed)
Modified: stable/8/share/misc/scsi_modes
==============================================================================
--- stable/8/share/misc/scsi_modes Tue Apr 24 07:27:56 2012 (r234638)
+++ stable/8/share/misc/scsi_modes Tue Apr 24 07:28:53 2012 (r234639)
@@ -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
More information about the svn-src-stable-8
mailing list