]> git.proxmox.com Git - qemu.git/commitdiff
use PIIX3 like IDE controller
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 23 May 2004 19:10:46 +0000 (19:10 +0000)
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 23 May 2004 19:10:46 +0000 (19:10 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@853 c046a42c-6fe2-441c-8c8c-71466251a162

hw/pc.c

diff --git a/hw/pc.c b/hw/pc.c
index d39127662e80e9e0e2b9ccd824d775486fff033b..815d47fe57ea5db2fb0c994b0ad25cdf52b460ed 100644 (file)
--- a/hw/pc.c
+++ b/hw/pc.c
@@ -413,7 +413,7 @@ void pc_init(int ram_size, int vga_ram_size, int boot_device,
         for(i = 0; i < nb_nics; i++) {
             pci_ne2000_init(&nd_table[i]);
         }
-        pci_ide_init(bs_table);
+        pci_piix3_ide_init(bs_table);
     } else {
         nb_nics1 = nb_nics;
         if (nb_nics1 > NE2000_NB_MAX)