summaryrefslogtreecommitdiffstats
path: root/sys/cam
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>2012-08-12 16:58:38 +0000
committermjacob <mjacob@FreeBSD.org>2012-08-12 16:58:38 +0000
commit1ac79d17a9129a5d9033afbaa5e01c9c3018132f (patch)
tree98182cb115c063d5cab0d4be543bde4795e4370f /sys/cam
parent9828c252e062c47dd9bfd4489f3d5a456595bf9e (diff)
downloadFreeBSD-src-1ac79d17a9129a5d9033afbaa5e01c9c3018132f.zip
FreeBSD-src-1ac79d17a9129a5d9033afbaa5e01c9c3018132f.tar.gz
Add missing VERIFY_10 definition.
MFC after: 1 month
Diffstat (limited to 'sys/cam')
-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 7275af4..0693e1c 100644
--- a/sys/cam/scsi/scsi_all.h
+++ b/sys/cam/scsi/scsi_all.h
@@ -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
OpenPOWER on IntegriCloud