summaryrefslogtreecommitdiffstats
path: root/share/misc
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-10-25 04:04:25 +0000
committerngie <ngie@FreeBSD.org>2015-10-25 04:04:25 +0000
commitc3b2fc1a17134a82c9af92b29e06104271f9df71 (patch)
treea02700b435f528ade947ba477bae0ec92570c4b6 /share/misc
parent4a6b9fe21357d5505ce4dbe1ce21195c806b003f (diff)
downloadFreeBSD-src-c3b2fc1a17134a82c9af92b29e06104271f9df71.zip
FreeBSD-src-c3b2fc1a17134a82c9af92b29e06104271f9df71.tar.gz
Use 't' (bit-field) not 'b' (bit-sized integral type) for describing MRIE (aka
"Method of Reporting Informational Exceptions") in the SCSI mode database. T10/04-371 revision 2 (revision 4; page 2, table 1) describes it as a bit-field of 4 bits wide. 1. http://www.t10.org/ftp/t10/document.04/04-371r2.pdf This a recommit of head@r289913 to fix the original commit message, in particular: - I incorrectly claimed that unit change was 'i' -> 't'. - The spec I reference in this commit is 2 decades newer than the one noted in r289913. The fields in the SCSI mode database are more complete in the newer spec, so it'll be easier for someone to decipher this commit if need be later. - I screwed up the bug entry in the previous commit message Pointyhat to: ngie (for botching up r289913) PR: 200619 Reported by: Michael Baptist Submitted by: Lars Skodje Sponsored by: EMC / Isilon Storage Divisionf
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