diff options
| author | Alexander Motin <mav@FreeBSD.org> | 2014-11-13 18:15:05 +0000 |
|---|---|---|
| committer | Alexander Motin <mav@FreeBSD.org> | 2014-11-13 18:15:05 +0000 |
| commit | 50d75c5b578064786fe63cf2c0c666b2f6b8d8b6 (patch) | |
| tree | a64dd8e7b6a4fc99f1ab61ffe14343a5d4be018b /sys | |
| parent | 6e646651d358c6de266562e0dc5c621b7ea4cd8d (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/cam/scsi/scsi_all.h | 2 |
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 |
