aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/pas16.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/pas16.h')
-rw-r--r--drivers/scsi/pas16.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/scsi/pas16.h b/drivers/scsi/pas16.h
index 7247b67fb111..a827a7c1c133 100644
--- a/drivers/scsi/pas16.h
+++ b/drivers/scsi/pas16.h
@@ -110,6 +110,8 @@
#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