X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fscsi%2Farm%2Fcumana_2.c;h=c9902b5c1f2b3b788119c9e46a270696eb5abee4;hb=9759d22c8348343b0da4e25d6150c41712686c14;hp=ed502b7412d69f8bc8adbc3d62ca99678cb83eb0;hpb=f0bba9f934517533acbda7329be93f55d5a01c03;p=linux-2.6-omap-h63xx.git diff --git a/drivers/scsi/arm/cumana_2.c b/drivers/scsi/arm/cumana_2.c index ed502b7412d..c9902b5c1f2 100644 --- a/drivers/scsi/arm/cumana_2.c +++ b/drivers/scsi/arm/cumana_2.c @@ -390,7 +390,8 @@ static struct scsi_host_template cumanascsi2_template = { .eh_abort_handler = fas216_eh_abort, .can_queue = 1, .this_id = 7, - .sg_tablesize = SG_ALL, + .sg_tablesize = SCSI_MAX_SG_CHAIN_SEGMENTS, + .dma_boundary = IOMD_DMA_BOUNDARY, .cmd_per_lun = 1, .use_clustering = DISABLE_CLUSTERING, .proc_name = "cumanascsi2",