aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorAlexander Motin <mav@FreeBSD.org>2014-11-13 18:15:05 +0000
committerAlexander Motin <mav@FreeBSD.org>2014-11-13 18:15:05 +0000
commit50d75c5b578064786fe63cf2c0c666b2f6b8d8b6 (patch)
treea64dd8e7b6a4fc99f1ab61ffe14343a5d4be018b /sys
parent6e646651d358c6de266562e0dc5c621b7ea4cd8d (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/cam/scsi/scsi_all.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/cam/scsi/scsi_all.h b/sys/cam/scsi/scsi_all.h
index ea0cfae2c559..6ee03705c753 100644
--- a/sys/cam/scsi/scsi_all.h
+++ b/sys/cam/scsi/scsi_all.h
@@ -1817,7 +1817,7 @@ struct scsi_inquiry_data
* reserved for this peripheral
* qualifier.
*/
-#define SID_QUAL_IS_VENDOR_UNIQUE(inq_data) ((SID_QUAL(inq_data) & 0x08) != 0)
+#define SID_QUAL_IS_VENDOR_UNIQUE(inq_data) ((SID_QUAL(inq_data) & 0x04) != 0)
u_int8_t dev_qual2;
#define SID_QUAL2 0x7F
#define SID_LU_CONG 0x40