|
@@ -1007,6 +1007,7 @@ void ide_setup_pci_noise(struct pci_dev *, const struct ide_port_info *);
|
|
|
#ifdef CONFIG_BLK_DEV_IDEDMA_PCI
|
|
|
int ide_pci_set_master(struct pci_dev *, const char *);
|
|
|
unsigned long ide_pci_dma_base(ide_hwif_t *, const struct ide_port_info *);
|
|
|
+extern const struct ide_dma_ops sff_dma_ops;
|
|
|
int ide_hwif_setup_dma(ide_hwif_t *, const struct ide_port_info *);
|
|
|
#else
|
|
|
static inline int ide_hwif_setup_dma(ide_hwif_t *hwif,
|
|
@@ -1164,7 +1165,6 @@ void ide_destroy_dmatable(ide_drive_t *);
|
|
|
extern int ide_build_dmatable(ide_drive_t *, struct request *);
|
|
|
int ide_allocate_dma_engine(ide_hwif_t *);
|
|
|
void ide_release_dma_engine(ide_hwif_t *);
|
|
|
-void ide_setup_dma(ide_hwif_t *, unsigned long);
|
|
|
|
|
|
void ide_dma_host_set(ide_drive_t *, int);
|
|
|
extern int ide_dma_setup(ide_drive_t *);
|