svn commit: r310643 - head/sys/cam/scsi

Alexander Motin mav at FreeBSD.org
Tue Dec 27 22:28:15 UTC 2016


Author: mav
Date: Tue Dec 27 22:28:14 2016
New Revision: 310643
URL: https://svnweb.freebsd.org/changeset/base/310643

Log:
  Missed piece of r310640.
  
  MFC after:	2 weeks

Modified:
  head/sys/cam/scsi/scsi_all.h

Modified: head/sys/cam/scsi/scsi_all.h
==============================================================================
--- head/sys/cam/scsi/scsi_all.h	Tue Dec 27 22:14:41 2016	(r310642)
+++ head/sys/cam/scsi/scsi_all.h	Tue Dec 27 22:28:14 2016	(r310643)
@@ -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;


More information about the svn-src-all mailing list