History log of /drivers/scsi/esp_scsi.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
334ae614772b1147435dce9be3911f9040dff0d9 28-Aug-2008 David S. Miller <davem@davemloft.net> sparc: Kill SBUS DVMA layer.

This thing was completely pointless.

Just find the OF device in the parent of drivers that want to program
this device, and map the DMA regs inside such drivers too.

This also moves the dummy claim_dma_lock() and release_dma_lock()
implementation to floppy_32.h, which makes it handle this issue
just like floppy_64.h does.

Signed-off-by: David S. Miller <davem@davemloft.net>
/drivers/scsi/esp_scsi.h
6fe07aaffbf086a0ce9134ef27ce4a8921ff5947 25-Apr-2008 Finn Thain <fthain@telegraphics.com.au> [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/esp_scsi.h
582fb6c03a0e89d05e4efa8a3e4bd09d0942dadc 19-Apr-2008 David S. Miller <davem@davemloft.net> [SCSI] esp_scsi: Make cur_residue and tot_residue signed.

Many of the overflow checks test whether the value has
gone negative, and we want to retain such checks.

Reported by Julia Lawall.

Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
/drivers/scsi/esp_scsi.h
96d32215d433c38f258159b8735f98158f6a2575 31-Jul-2007 David Miller <davem@davemloft.net> [SCSI] ESP: Revert ESP_BUS_TIMEOUT back down to 250

This reverts d73f5222a618a91452d41c29f5996ce3d9c63673

The bug that made us increase ESP_BUS_TIMEOUT to 275 turned out to be
a memset bug on 32-bit sparc.

It is better to put this back at the correct timeout value than to
leave it increased when there is no reason for doing so.

Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
/drivers/scsi/esp_scsi.h
d73f5222a618a91452d41c29f5996ce3d9c63673 21-Jul-2007 David Miller <davem@davemloft.net> [SCSI] ESP: Increase ESP_BUS_TIMEOUT to 275.

This matches the original driver's value and seems to be
necessary for some disks on sun4c systems.

Reported by Mark Fortescue <mark@mtfhpc.demon.co.uk>

Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
/drivers/scsi/esp_scsi.h
2b14ec787869707843a14164a3ba91930a076031 31-May-2007 Christoph Hellwig <hch@lst.de> [SCSI] esp: use shost_priv

Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: David Miller <davem@davemloft.net>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
/drivers/scsi/esp_scsi.h
cd9ad58d4061494e7fdd70ded7bcf2418daf356a 27-Apr-2007 David S. Miller <davem@sunset.davemloft.net> [SCSI] SUNESP: Complete driver rewrite to version 2.0

Major features:

1) Tagged queuing support.
2) Will properly negotiate for synchronous transfers even on
devices that reject the wide negotiation message, such as
CDROMs
3) Significantly lower kernel stack usage in interrupt
handler path by elimination of function vector arrays,
replaced by a top-level switch statement state machine.
4) Uses generic scsi infrastructure as much as possible to
avoid code duplication.
5) Automatic request of sense data in response to CHECK_CONDITION
6) Portable to other platforms using ESP such as DEC and Sun3
systems.

Signed-off-by: David S. Miller <davem@davemloft.net>
/drivers/scsi/esp_scsi.h