Commit 9995c51ffd8c7801c0b99b801d859288f8d911fe

Authored by bellard
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
... ... @@ -413,6 +413,8 @@ uint32_t pci_default_read_config(PCIDevice *d,
413 413 void pci_default_write_config(PCIDevice *d,
414 414 uint32_t address, uint32_t val, int len);
415 415  
  416 +extern struct PIIX3State *piix3_state;
  417 +
416 418 void i440fx_init(void);
417 419 void piix3_init(void);
418 420 void pci_bios_init(void);
... ... @@ -458,6 +460,7 @@ extern BlockDriverState *bs_table[MAX_DISKS];
458 460 void isa_ide_init(int iobase, int iobase2, int irq,
459 461 BlockDriverState *hd0, BlockDriverState *hd1);
460 462 void pci_ide_init(BlockDriverState **hd_table);
  463 +void pci_piix3_ide_init(BlockDriverState **hd_table);
461 464  
462 465 /* oss.c */
463 466 typedef enum {
... ...