summaryrefslogtreecommitdiffstats
path: root/share/misc
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-10-25 03:16:08 +0000
committerngie <ngie@FreeBSD.org>2015-10-25 03:16:08 +0000
commit17ee6105dd14a170328a3f9bfda0d0bb2402e23f (patch)
treea02700b435f528ade947ba477bae0ec92570c4b6 /share/misc
parent5b9e7b1858b151822e7debc74f0d92958ceb43ba (diff)
downloadFreeBSD-src-17ee6105dd14a170328a3f9bfda0d0bb2402e23f.zip
FreeBSD-src-17ee6105dd14a170328a3f9bfda0d0bb2402e23f.tar.gz
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
Diffstat (limited to 'share/misc')
-rw-r--r--share/misc/scsi_modes2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/misc/scsi_modes b/share/misc/scsi_modes
index 781b8f1..80752e7 100644
--- a/share/misc/scsi_modes
+++ b/share/misc/scsi_modes
@@ -106,7 +106,7 @@
{EBACKERR} t1
{LogErr} t1
{Reserved} *t4
- {MRIE} b4
+ {MRIE} t4
{Interval Timer} i4
{Report Count} i4
}
OpenPOWER on IntegriCloud