Commit e1c485be842d0cd633bb795d1efd61bbb4a5789b

Authored by bellard
1 parent 34e538ae

use PIIX3 like IDE controller


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@853 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 1 additions and 1 deletions
... ... @@ -413,7 +413,7 @@ void pc_init(int ram_size, int vga_ram_size, int boot_device,
413 413 for(i = 0; i < nb_nics; i++) {
414 414 pci_ne2000_init(&nd_table[i]);
415 415 }
416   - pci_ide_init(bs_table);
  416 + pci_piix3_ide_init(bs_table);
417 417 } else {
418 418 nb_nics1 = nb_nics;
419 419 if (nb_nics1 > NE2000_NB_MAX)
... ...