ncr5380: Merge DMA implementation from atari_NCR5380 core driver
[deliverable/linux.git] / drivers / scsi / dmx3191d.c
index 6c14e68b9e1a80aab149ed3f7556ce3e22de7280..cc46d67b9f6f3ae7859330048998e14760be4b43 100644 (file)
 #define NCR5380_read(reg)              inb(instance->io_port + reg)
 #define NCR5380_write(reg, value)      outb(value, instance->io_port + reg)
 
+#define NCR5380_dma_xfer_len(instance, cmd, phase)     (0)
+#define NCR5380_dma_recv_setup(instance, dst, len)     (0)
+#define NCR5380_dma_send_setup(instance, src, len)     (0)
+#define NCR5380_dma_residual(instance)                 (0)
+
 #define NCR5380_implementation_fields  /* none */
 
 #include "NCR5380.h"
@@ -93,7 +98,7 @@ static int dmx3191d_probe_one(struct pci_dev *pdev,
         */
        shost->irq = NO_IRQ;
 
-       error = NCR5380_init(shost, FLAG_NO_PSEUDO_DMA);
+       error = NCR5380_init(shost, 0);
        if (error)
                goto out_host_put;
 
This page took 0.02418 seconds and 5 git commands to generate.