summaryrefslogtreecommitdiffstats
path: root/hw/pc.c
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2004-05-20 12:48:53 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2004-05-20 12:48:53 +0000
commit5ce276a11a2c92f2a5922c340452fc47d306dfe7 (patch)
tree82500713fcc15c316487d25adb838173adfd88cc /hw/pc.c
parent5768f5aca6ebe81b203b580c7ab812dd0c2bcfa7 (diff)
downloadhqemu-5ce276a11a2c92f2a5922c340452fc47d306dfe7.zip
hqemu-5ce276a11a2c92f2a5922c340452fc47d306dfe7.tar.gz
VGA PCI support
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@826 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/pc.c')
-rw-r--r--hw/pc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/pc.c b/hw/pc.c
index 1139781..895f3e1 100644
--- a/hw/pc.c
+++ b/hw/pc.c
@@ -391,7 +391,7 @@ void pc_init(int ram_size, int vga_ram_size, int boot_device,
register_ioport_write(0xf0, 1, 1, ioportF0_write, NULL);
vga_initialize(ds, phys_ram_base + ram_size, ram_size,
- vga_ram_size);
+ vga_ram_size, pci_enabled);
rtc_state = rtc_init(0x70, 8);
register_ioport_read(0x61, 1, 1, speaker_ioport_read, NULL);
OpenPOWER on IntegriCloud