Commit 59c31b69d278b760fb84266f99c1dcb0f73ec51d
Committed by
James Bottomley
1 parent
e308b3d19d
Exists in
master
and in
7 other branches
[SCSI] Add missing scsi command definitions
Add definitions for VERIFY(12) and VERIFY(32). Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff
include/scsi/scsi.h
... | ... | @@ -114,6 +114,7 @@ |
114 | 114 | #define READ_12 0xa8 |
115 | 115 | #define WRITE_12 0xaa |
116 | 116 | #define WRITE_VERIFY_12 0xae |
117 | +#define VERIFY_12 0xaf | |
117 | 118 | #define SEARCH_HIGH_12 0xb0 |
118 | 119 | #define SEARCH_EQUAL_12 0xb1 |
119 | 120 | #define SEARCH_LOW_12 0xb2 |
... | ... | @@ -134,6 +135,7 @@ |
134 | 135 | #define MO_SET_TARGET_PGS 0x0a |
135 | 136 | /* values for variable length command */ |
136 | 137 | #define READ_32 0x09 |
138 | +#define VERIFY_32 0x0a | |
137 | 139 | #define WRITE_32 0x0b |
138 | 140 | #define WRITE_SAME_32 0x0d |
139 | 141 |