public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] add two SCSI command opcodes
@ 2007-04-19 15:10 Dan Aloni
  2007-04-19 15:47 ` Jan-Benedict Glaw
  0 siblings, 1 reply; 5+ messages in thread
From: Dan Aloni @ 2007-04-19 15:10 UTC (permalink / raw)
  To: Linux Kernel List; +Cc: linux-scsi

Applies for 2.6.20.7 and beyond.

Signed-off-by: Dan Aloni <da-x@monatomic.org>

diff --git a/include/scsi/scsi.h b/include/scsi/scsi.h
index 5c0e979..dff842a 100644
--- a/include/scsi/scsi.h
+++ b/include/scsi/scsi.h
@@ -103,6 +103,7 @@ extern const unsigned char scsi_command_size[8];
 #define READ_12               0xa8
 #define WRITE_12              0xaa
 #define WRITE_VERIFY_12       0xae
+#define VERIFY_12             0xaf
 #define SEARCH_HIGH_12        0xb0
 #define SEARCH_EQUAL_12       0xb1
 #define SEARCH_LOW_12         0xb2
@@ -111,6 +112,7 @@ extern const unsigned char scsi_command_size[8];
 #define WRITE_LONG_2          0xea
 #define READ_16               0x88
 #define WRITE_16              0x8a
+#define WRITE_VERIFY_16       0x8e
 #define VERIFY_16	      0x8f
 #define SERVICE_ACTION_IN     0x9e
 /* values for service action in */


-- 
Dan Aloni
XIV LTD, http://www.xivstorage.com
da-x (at) monatomic.org, dan (at) xiv.co.il

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-04-19 23:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-19 15:10 [PATCH] add two SCSI command opcodes Dan Aloni
2007-04-19 15:47 ` Jan-Benedict Glaw
2007-04-19 16:39   ` Dan Aloni
2007-04-19 16:49     ` Matthew Wilcox
2007-04-19 22:38       ` Steven Hayter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox