svn commit: r311517 - head/share/misc

Alexander Motin mav at FreeBSD.org
Fri Jan 6 13:12:57 UTC 2017


Author: mav
Date: Fri Jan  6 13:12:56 2017
New Revision: 311517
URL: https://svnweb.freebsd.org/changeset/base/311517

Log:
  Add some more mode page fields.
  
  MFC after:	2 weeks

Modified:
  head/share/misc/scsi_modes

Modified: head/share/misc/scsi_modes
==============================================================================
--- head/share/misc/scsi_modes	Fri Jan  6 12:13:03 2017	(r311516)
+++ head/share/misc/scsi_modes	Fri Jan  6 13:12:56 2017	(r311517)
@@ -71,7 +71,7 @@
 	{TAS} t1
 	{ATMPE} t1
 	{RWWP} t1
-	{Reserved} *t1
+	{SBLP (Supported Block Lengths and Protection)} t1
 	{Autoload Mode} t3
 	{Ready AEN Holdoff Period} i2
 	{Busy Timeout Period} i2
@@ -148,6 +148,15 @@
 	{Minimum Pre-fetch} i2
 	{Maximum Pre-fetch} i2
 	{Maximum Pre-fetch Ceiling} i2
+	{FSW (Force Sequential Write)} t1
+	{LBCSS (Logical Block Cache Segment Size)} t1
+	{DRA (Disable Read-Ahead)} t1
+	{Vendor Specific} t2
+	{SYNC_PROG} t1
+	{NV_DIS} t1
+	{Number of Cache Segments} i1
+	{Cache Segment Size} i2
+	{Reserved} *t4
 }
 
 0x05 "Flexible Disk Page" {
@@ -224,7 +233,8 @@
 	{Head Offset Count} i1
 	{Data Strobe Offset Count} i1
 	{LBPERE (LBP Error Reporting Enabled)} t1
-	{Reserved} *t7
+	{MWR (Misaligned Write Reporting)} t2
+	{Reserved} *t5
 	{Write Retry Count} i1
 	{Reserved} *i1
 	{Recovery Time Limit} i2


More information about the svn-src-head mailing list