svn commit: r239212 - head/sys/cam/scsi
Matt Jacob
mjacob at FreeBSD.org
Sun Aug 12 16:58:39 UTC 2012
Author: mjacob
Date: Sun Aug 12 16:58:38 2012
New Revision: 239212
URL: http://svn.freebsd.org/changeset/base/239212
Log:
Add missing VERIFY_10 definition.
MFC after: 1 month
Modified:
head/sys/cam/scsi/scsi_all.h
Modified: head/sys/cam/scsi/scsi_all.h
==============================================================================
--- head/sys/cam/scsi/scsi_all.h Sun Aug 12 14:32:30 2012 (r239211)
+++ head/sys/cam/scsi/scsi_all.h Sun Aug 12 16:58:38 2012 (r239212)
@@ -984,6 +984,7 @@ struct ata_pass_16 {
#define WRITE_10 0x2A
#define POSITION_TO_ELEMENT 0x2B
#define WRITE_VERIFY_10 0x2E
+#define VERIFY_10 0x2F
#define SYNCHRONIZE_CACHE 0x35
#define READ_DEFECT_DATA_10 0x37
#define WRITE_BUFFER 0x3B
More information about the svn-src-head
mailing list