Commit 9995c51ffd8c7801c0b99b801d859288f8d911fe
1 parent
e58a7c24
pixx3 ide controller
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@851 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
3 additions
and
0 deletions
vl.h
@@ -413,6 +413,8 @@ uint32_t pci_default_read_config(PCIDevice *d, | @@ -413,6 +413,8 @@ uint32_t pci_default_read_config(PCIDevice *d, | ||
413 | void pci_default_write_config(PCIDevice *d, | 413 | void pci_default_write_config(PCIDevice *d, |
414 | uint32_t address, uint32_t val, int len); | 414 | uint32_t address, uint32_t val, int len); |
415 | 415 | ||
416 | +extern struct PIIX3State *piix3_state; | ||
417 | + | ||
416 | void i440fx_init(void); | 418 | void i440fx_init(void); |
417 | void piix3_init(void); | 419 | void piix3_init(void); |
418 | void pci_bios_init(void); | 420 | void pci_bios_init(void); |
@@ -458,6 +460,7 @@ extern BlockDriverState *bs_table[MAX_DISKS]; | @@ -458,6 +460,7 @@ extern BlockDriverState *bs_table[MAX_DISKS]; | ||
458 | void isa_ide_init(int iobase, int iobase2, int irq, | 460 | void isa_ide_init(int iobase, int iobase2, int irq, |
459 | BlockDriverState *hd0, BlockDriverState *hd1); | 461 | BlockDriverState *hd0, BlockDriverState *hd1); |
460 | void pci_ide_init(BlockDriverState **hd_table); | 462 | void pci_ide_init(BlockDriverState **hd_table); |
463 | +void pci_piix3_ide_init(BlockDriverState **hd_table); | ||
461 | 464 | ||
462 | /* oss.c */ | 465 | /* oss.c */ |
463 | typedef enum { | 466 | typedef enum { |