summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2014-09-17 06:46:37 +0000
committermav <mav@FreeBSD.org>2014-09-17 06:46:37 +0000
commitbf11079f067ea90a2a08523f48cf379bae60e0a7 (patch)
treea7bfb51005537da0c54320313fc735da69cbf1da
parent0958b711f945bea1613ed62102119bc488983e1a (diff)
downloadFreeBSD-src-bf11079f067ea90a2a08523f48cf379bae60e0a7.zip
FreeBSD-src-bf11079f067ea90a2a08523f48cf379bae60e0a7.tar.gz
Fix typo in defined ROD types in r269497.
MFC after: 3 days
-rw-r--r--sys/cam/scsi/scsi_all.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/cam/scsi/scsi_all.h b/sys/cam/scsi/scsi_all.h
index 30236d8..bd66ab3 100644
--- a/sys/cam/scsi/scsi_all.h
+++ b/sys/cam/scsi/scsi_all.h
@@ -1608,11 +1608,11 @@ struct scsi_token
{
uint8_t type[4];
#define ROD_TYPE_INTERNAL 0x00000000
-#define ROD_TYPE_AUR 0x00001000
-#define ROD_TYPE_PIT_DEF 0x00080000
-#define ROD_TYPE_PIT_VULN 0x00080001
-#define ROD_TYPE_PIT_PERS 0x00080002
-#define ROD_TYPE_PIT_ANY 0x0008FFFF
+#define ROD_TYPE_AUR 0x00010000
+#define ROD_TYPE_PIT_DEF 0x00800000
+#define ROD_TYPE_PIT_VULN 0x00800001
+#define ROD_TYPE_PIT_PERS 0x00800002
+#define ROD_TYPE_PIT_ANY 0x0080FFFF
#define ROD_TYPE_BLOCK_ZERO 0xFFFF0001
uint8_t reserved[2];
uint8_t length[2];
OpenPOWER on IntegriCloud