svn commit: r312529 - stable/11/share/misc

Alexander Motin mav at FreeBSD.org
Fri Jan 20 13:00:52 UTC 2017


Author: mav
Date: Fri Jan 20 13:00:50 2017
New Revision: 312529
URL: https://svnweb.freebsd.org/changeset/base/312529

Log:
  MFC r311517: Add some more mode page fields.

Modified:
  stable/11/share/misc/scsi_modes
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/share/misc/scsi_modes
==============================================================================
--- stable/11/share/misc/scsi_modes	Fri Jan 20 12:02:40 2017	(r312528)
+++ stable/11/share/misc/scsi_modes	Fri Jan 20 13:00:50 2017	(r312529)
@@ -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-stable mailing list