diff options
author | gibbs <gibbs@FreeBSD.org> | 2000-10-31 18:00:23 +0000 |
---|---|---|
committer | gibbs <gibbs@FreeBSD.org> | 2000-10-31 18:00:23 +0000 |
commit | 6960cefec8e288be313708d74e92946430be257b (patch) | |
tree | c03d63af68b64f71014e505964328f4fb7b45a9a /sys/cam | |
parent | b864109b241bc2b1625aac9dcd8c1423ece15b94 (diff) | |
download | FreeBSD-src-6960cefec8e288be313708d74e92946430be257b.zip FreeBSD-src-6960cefec8e288be313708d74e92946430be257b.tar.gz |
0x03F -> 0x3F for consistancy with the rest of the file.
Diffstat (limited to 'sys/cam')
-rw-r--r-- | sys/cam/scsi/scsi_message.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/cam/scsi/scsi_message.h b/sys/cam/scsi/scsi_message.h index 0097b6b..cd759f1 100644 --- a/sys/cam/scsi/scsi_message.h +++ b/sys/cam/scsi/scsi_message.h @@ -46,7 +46,7 @@ #define MSG_IDENTIFY_DISCFLAG 0x40 #define MSG_IDENTIFY(lun, disc) (((disc) ? 0xc0 : MSG_IDENTIFYFLAG) | (lun)) #define MSG_ISIDENTIFY(m) ((m) & MSG_IDENTIFYFLAG) -#define MSG_IDENTIFY_LUNMASK 0x03F +#define MSG_IDENTIFY_LUNMASK 0x3F /* Extended messages (opcode and length) */ #define MSG_EXT_SDTR 0x01 |