diff options
author | mav <mav@FreeBSD.org> | 2017-01-21 08:35:28 +0000 |
---|---|---|
committer | mav <mav@FreeBSD.org> | 2017-01-21 08:35:28 +0000 |
commit | 5fb251d446de05740f1fdb9437a8ba62a48c5e95 (patch) | |
tree | 5b8e16397c0cfdc7bebce0e964ae0e90e343c5c6 /sys/cam/scsi/scsi_all.h | |
parent | a6c9673af925d5ad82214f2da3e412dd10217337 (diff) | |
download | FreeBSD-src-5fb251d446de05740f1fdb9437a8ba62a48c5e95.zip FreeBSD-src-5fb251d446de05740f1fdb9437a8ba62a48c5e95.tar.gz |
MFC r310640, r310643:
Add support for revert to defaults (RTD) bit in MODE SELECT.
Diffstat (limited to 'sys/cam/scsi/scsi_all.h')
-rw-r--r-- | sys/cam/scsi/scsi_all.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/cam/scsi/scsi_all.h b/sys/cam/scsi/scsi_all.h index 0687bfb..64c45fb 100644 --- a/sys/cam/scsi/scsi_all.h +++ b/sys/cam/scsi/scsi_all.h @@ -228,6 +228,7 @@ struct scsi_mode_select_6 u_int8_t opcode; u_int8_t byte2; #define SMS_SP 0x01 +#define SMS_RTD 0x02 #define SMS_PF 0x10 u_int8_t unused[2]; u_int8_t length; |