Date: Tue, 27 Dec 2016 22:28:14 +0000 (UTC) From: Alexander Motin <mav@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r310643 - head/sys/cam/scsi Message-ID: <201612272228.uBRMSEOK032473@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612272228.uBRMSEOK032473>