7 int isa_ide_init(int iobase
, int iobase2
, int isairq
,
8 DriveInfo
*hd0
, DriveInfo
*hd1
);
11 void pci_cmd646_ide_init(PCIBus
*bus
, DriveInfo
**hd_table
,
12 int secondary_ide_enabled
);
13 void pci_piix3_ide_init(PCIBus
*bus
, DriveInfo
**hd_table
, int devfn
);
14 void pci_piix4_ide_init(PCIBus
*bus
, DriveInfo
**hd_table
, int devfn
);
17 int pmac_ide_init (DriveInfo
**hd_table
, qemu_irq irq
,
18 void *dbdma
, int channel
, qemu_irq dma_irq
);
21 void mmio_ide_init (target_phys_addr_t membase
, target_phys_addr_t membase2
,
22 qemu_irq irq
, int shift
,
23 DriveInfo
*hd0
, DriveInfo
*hd1
);