Re: [PATCH] 64 bit scsi read/write

Alan Cox (alan@lxorguk.ukuu.org.uk)
Wed, 4 Jul 2001 08:11:27 +0100 (BST)


> --- lb-2.4.6-pre8/drivers/scsi/scsi.h Tue Jul 3 01:31:47 2001
> +++ lb-2.4.6-pre8.scsi/drivers/scsi/scsi.h Tue Jul 3 22:03:16 2001
> @@ -351,7 +351,7 @@
> #define DRIVER_MASK 0x0f
> #define SUGGEST_MASK 0xf0
>
> -#define MAX_COMMAND_SIZE 12
> +#define MAX_COMMAND_SIZE 16

Please talk to Khalid at HP who has already submitted patches to handle
16 byte comamnd blocks on some controllers cleanly. I think you need to
combine both patches to get the right result

> + if (SCpnt->device->sixteen) {

[and controller]

Alan

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/