svn commit: r234376 - head/share/misc

Alexander Motin mav at FreeBSD.org
Tue Apr 17 11:13:04 UTC 2012


Author: mav
Date: Tue Apr 17 11:13:03 2012
New Revision: 234376
URL: http://svn.freebsd.org/changeset/base/234376

Log:
  Add some more SCSI mode pages from SPC-4 spec.
  
  MFC after:	1 week

Modified:
  head/share/misc/scsi_modes

Modified: head/share/misc/scsi_modes
==============================================================================
--- head/share/misc/scsi_modes	Tue Apr 17 11:01:17 2012	(r234375)
+++ head/share/misc/scsi_modes	Tue Apr 17 11:13:03 2012	(r234376)
@@ -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-head mailing list