summaryrefslogtreecommitdiffstats
path: root/sys/cam/scsi/scsi_all.h
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2017-01-21 08:36:05 +0000
committermav <mav@FreeBSD.org>2017-01-21 08:36:05 +0000
commit12c326a2419e089c58a9ad8d2b801bd8675f4506 (patch)
tree3924653906c21bb07d10f8f4360cde712217596d /sys/cam/scsi/scsi_all.h
parent04f0cc0f092f5fbb496f739037c0ad0659d536cb (diff)
downloadFreeBSD-src-12c326a2419e089c58a9ad8d2b801bd8675f4506.zip
FreeBSD-src-12c326a2419e089c58a9ad8d2b801bd8675f4506.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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/cam/scsi/scsi_all.h b/sys/cam/scsi/scsi_all.h
index cac0017..19ee882 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;
OpenPOWER on IntegriCloud