]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[SCSI] NCR_D700: needs burst length setting to 8
authorJames Bottomley <jejb@mulgrave.il.steeleye.com>
Sat, 13 Jan 2007 19:46:51 +0000 (13:46 -0600)
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>
Sat, 13 Jan 2007 19:46:51 +0000 (13:46 -0600)
The D700 needs the burst length setting to the previous 53c700 default
of 8 otherwise it will be effectively disabled.

Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/NCR_D700.c

index 9859cd17fc574ffe4d7791ab7369039f07241f14..01967a59479d5bb0c5e4e47753847107797503bc 100644 (file)
@@ -200,6 +200,7 @@ NCR_D700_probe_one(struct NCR_D700_private *p, int siop, int irq,
        hostdata->base = ioport_map(region, 64);
        hostdata->differential = (((1<<siop) & differential) != 0);
        hostdata->clock = NCR_D700_CLOCK_MHZ;
+       hostdata->busrt_length = 8;
 
        /* and register the siop */
        host = NCR_700_detect(&NCR_D700_driver_template, hostdata, p->dev);