Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Oct 2015 03:16:09 +0000 (UTC)
From:      Garrett Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r289913 - head/share/misc
Message-ID:  <201510250316.t9P3G92N073581@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Sun Oct 25 03:16:08 2015
New Revision: 289913
URL: https://svnweb.freebsd.org/changeset/base/289913

Log:
  Use 't' (bits) not 'i' (bytes) for describing MRIE (aka
  "Method of Reporting Informational Exceptions") in the SCSI mode database as
  the field described in X3T10/94-190 (revision 4; page 2, table 1) [1.] is
  4 bits wide, not 4 bytes wide
  
  1. http://ftp.t10.org/ftp/t10/document.94/94-190r4.pdf
  
  Bug 200619
  MFC after: 1 week
  Reported by: Michael Baptist <mbaptist@isilon.com>
  Submitted by: Lars Skodje <lskodje@isilon.com>
  Sponsored by: EMC / Isilon Storage Division

Modified:
  head/share/misc/scsi_modes

Modified: head/share/misc/scsi_modes
==============================================================================
--- head/share/misc/scsi_modes	Sat Oct 24 23:46:32 2015	(r289912)
+++ head/share/misc/scsi_modes	Sun Oct 25 03:16:08 2015	(r289913)
@@ -106,7 +106,7 @@
 	{EBACKERR} t1
 	{LogErr} t1
 	{Reserved} *t4
-	{MRIE} b4
+	{MRIE} t4
 	{Interval Timer} i4
 	{Report Count} i4
 }



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