4 #include "hw/isa/isa.h"
5 #include "hw/pci/pci.h"
6 #include "exec/memory.h"
11 ISADevice
*isa_ide_init(ISABus
*bus
, int iobase
, int iobase2
, int isairq
,
12 DriveInfo
*hd0
, DriveInfo
*hd1
);
15 void pci_cmd646_ide_init(PCIBus
*bus
, DriveInfo
**hd_table
,
16 int secondary_ide_enabled
);
17 PCIDevice
*pci_piix3_xen_ide_init(PCIBus
*bus
, DriveInfo
**hd_table
, int devfn
);
18 PCIDevice
*pci_piix3_ide_init(PCIBus
*bus
, DriveInfo
**hd_table
, int devfn
);
19 PCIDevice
*pci_piix4_ide_init(PCIBus
*bus
, DriveInfo
**hd_table
, int devfn
);
20 int pci_piix3_xen_ide_unplug(DeviceState
*dev
);
21 void vt82c686b_ide_init(PCIBus
*bus
, DriveInfo
**hd_table
, int devfn
);
24 void mmio_ide_init_drives(DeviceState
*dev
, DriveInfo
*hd0
, DriveInfo
*hd1
);
26 int ide_get_geometry(BusState
*bus
, int unit
,
27 int16_t *cyls
, int8_t *heads
, int8_t *secs
);
28 int ide_get_bios_chs_trans(BusState
*bus
, int unit
);
31 void ide_drive_get(DriveInfo
**hd
, int max_bus
);