Re: [PATCH][SCSI] wd33c93.c: Fast SCSI with WD33C93B

2007-02-15 Thread James Bottomley
On Mon, 2007-02-12 at 15:20 +0100, peter fuerst wrote: > Attached are patches, which help to utilize more of the WD33C93B SCSI > controller's capabilities. OK, the patch didn't quite apply, so I fixed it up and removed the unused i variable in wd33c93_proc_info() > 1st Stage: > > 1) Added/change

[PATCH][SCSI] wd33c93.c: Fast SCSI with WD33C93B

2007-02-12 Thread peter fuerst
Attached are patches, which help to utilize more of the WD33C93B SCSI controller's capabilities. 1st Stage: 1) Added/changed all the necessary code to enable Burst Mode DMA. Only Single Byte DMA was used before. 2) Added/changed all the necessary code to enable Fast-10 SCSI transfers. 3) T