[SCSI] 53c700: Allow setting burst length
This is a patch, which allows not only disabling bursting but to specify different burst lenghts. This feature is needed to get the 53c700 driver working for the onboard SCSI controller of SNI RM machines, which only work reliably with a 4 word burst length. Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
This commit is contained in:
committed by
James Bottomley
parent
a8b3485287
commit
f67a9c1592
@ -123,6 +123,7 @@ sim710_probe_common(struct device *dev, unsigned long base_addr,
|
||||
hostdata->differential = differential;
|
||||
hostdata->clock = clock;
|
||||
hostdata->chip710 = 1;
|
||||
hostdata->burst_length = 8;
|
||||
|
||||
/* and register the chip */
|
||||
if((host = NCR_700_detect(&sim710_driver_template, hostdata, dev))
|
||||
|
Reference in New Issue
Block a user