Re: [PATCH] add two SCSI command opcodes

From: Dan Aloni
Date: Thu Apr 19 2007 - 12:40:44 EST


On Thu, Apr 19, 2007 at 05:47:43PM +0200, Jan-Benedict Glaw wrote:
> On Thu, 2007-04-19 18:10:54 +0300, Dan Aloni <da-x@xxxxxxxxxxxxx> wrote:
> > 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 */
>
> Where's the user?

A privately maintained kernel driver.

Do we _must_ have in-tree users? I'd consider the change for completion's
sake.

--
Dan Aloni
XIV LTD, http://www.xivstorage.com
da-x (at) monatomic.org, dan (at) xiv.co.il
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/