diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-09-24 18:49:43 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-09-24 18:49:43 +0000 |
commit | f00fc47c15d1a88c1422973d2ac10c87f7af07cb (patch) | |
tree | fc0b1526235840e97fcbb24842d0fe15420da920 /vl.h | |
parent | ee0ea1d0dda935aa13e6562ee32d37d441b43490 (diff) |
moved PCI init to BIOS
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2175 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'vl.h')
-rw-r--r-- | vl.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -787,9 +787,10 @@ PCIBus *pci_apb_init(target_ulong special_base, target_ulong mem_base, PCIBus *pci_vpb_init(void *pic, int irq, int realview); /* piix_pci.c */ -PCIBus *i440fx_init(void); +PCIBus *i440fx_init(PCIDevice **pi440fx_state); +void i440fx_set_smm(PCIDevice *d, int val); int piix3_init(PCIBus *bus); -void pci_bios_init(void); +void i440fx_init_memory_mappings(PCIDevice *d); /* openpic.c */ typedef struct openpic_t openpic_t; |