ncr5380: Implement NCR5380_dma_xfer_len and remove LIMIT_TRANSFERSIZE macro
[deliverable/linux.git] / drivers / scsi / pas16.h
index 7247b67fb1114ecf3375839fb210eec98b6d919d..a827a7c1c133818d990dfcff0fc2a0b7432c2765 100644 (file)
 #define NCR5380_read(reg) ( inb(PAS16_io_port(reg)) )
 #define NCR5380_write(reg, value) ( outb((value),PAS16_io_port(reg)) )
 
+#define NCR5380_dma_xfer_len(instance, cmd, phase)     (cmd->transfersize)
+
 #define NCR5380_intr pas16_intr
 #define NCR5380_queue_command pas16_queue_command
 #define NCR5380_abort pas16_abort
This page took 0.047338 seconds and 5 git commands to generate.