Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Jan 2017 13:00:51 +0000 (UTC)
From:      Alexander Motin <mav@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r312529 - stable/11/share/misc
Message-ID:  <201701201300.v0KD0pKb032098@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701201300.v0KD0pKb032098>