On Sun, Mar 02 2008 at 11:30 +0200, FUJITA Tomonori <fujita.tomonori@xxxxxxxxxxxxx> wrote: > Here's minor cleanup of scsi_debug driver. This is against scsi-misc. > > > -- If at it, might add this one also. I was sure it was done before, but apparently it disappeared. --- From: Boaz Harrosh <bharrosh@xxxxxxxxxxx> Date: Tue, 4 Mar 2008 20:09:20 +0200 Subject: [PATCH] scsi_debug: publish support for sg-chaining scsi_debug already supports sg-chaining. Let scsi-ml know that, to let it send any sg-list size Signed-off-by: Boaz Harrosh <bharrosh@xxxxxxxxxxx> --- drivers/scsi/scsi_debug.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/scsi/scsi_debug.c b/drivers/scsi/scsi_debug.c index 3abd286..fd9fef5 100644 --- a/drivers/scsi/scsi_debug.c +++ b/drivers/scsi/scsi_debug.c @@ -3076,7 +3076,7 @@ static struct scsi_host_template sdebug_driver_template = { .bios_param = scsi_debug_biosparam, .can_queue = SCSI_DEBUG_CANQUEUE, .this_id = 7, - .sg_tablesize = 256, + .sg_tablesize = ~0, .cmd_per_lun = 16, .max_sectors = 0xffff, .use_clustering = DISABLE_CLUSTERING, -- 1.5.3.3 -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html