10 ISADevice *isa_ide_init(int iobase, int iobase2, int isairq,
11 DriveInfo *hd0, DriveInfo *hd1);
14 void pci_cmd646_ide_init(PCIBus *bus, DriveInfo **hd_table,
15 int secondary_ide_enabled);
16 PCIDevice *pci_piix3_ide_init(PCIBus *bus, DriveInfo **hd_table, int devfn);
17 PCIDevice *pci_piix4_ide_init(PCIBus *bus, DriveInfo **hd_table, int devfn);
18 void vt82c686b_ide_init(PCIBus *bus, DriveInfo **hd_table, int devfn);
21 int pmac_ide_init (DriveInfo **hd_table, qemu_irq irq,
22 void *dbdma, int channel, qemu_irq dma_irq);
25 void mmio_ide_init (target_phys_addr_t membase, target_phys_addr_t membase2,
26 qemu_irq irq, int shift,
27 DriveInfo *hd0, DriveInfo *hd1);
29 void ide_get_bs(BlockDriverState *bs[], BusState *qbus);