[SCSI] m68k: new mac_esp scsi driver
authorFinn Thain <fthain@telegraphics.com.au>
Fri, 25 Apr 2008 15:06:05 +0000 (10:06 -0500)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Sun, 27 Apr 2008 17:19:57 +0000 (12:19 -0500)
commit6fe07aaffbf086a0ce9134ef27ce4a8921ff5947
tree3df572890c012b0a23662141fc4e538a36b66b10
parent6d9d63b9480e1c7ea41845646de803c2d3f0eae2
[SCSI] m68k: new mac_esp scsi driver

Replace the mac_esp driver with a new one based on the esp_scsi core.

For esp_scsi: add support for sync transfers for the PIO mode, add a new
esp_driver_ops method to get the maximum dma transfer size (like the old
NCR53C9x driver), and some cleanups.

Signed-off-by: Finn Thain <fthain@telegraphics.com.au>
Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
drivers/scsi/Kconfig
drivers/scsi/Makefile
drivers/scsi/esp_scsi.c
drivers/scsi/esp_scsi.h
drivers/scsi/mac_esp.c [new file with mode: 0644]