diff options
author | j_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-11-24 02:56:36 +0000 |
---|---|---|
committer | j_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-11-24 02:56:36 +0000 |
commit | aae9366a036b813d58fad2d99d28a2a478109f75 (patch) | |
tree | 2d9bbb471a9fa0d87e99947c65b86a7e56255e4d /hw/ppc_chrp.c | |
parent | 6b542af760f44409b40441225fbef31a3b4bdbe1 (diff) |
More PowerPC debug print fixes - hardware emulation pass.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3726 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/ppc_chrp.c')
-rw-r--r-- | hw/ppc_chrp.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hw/ppc_chrp.c b/hw/ppc_chrp.c index 9d89b6631a..1e3e6c4f6c 100644 --- a/hw/ppc_chrp.c +++ b/hw/ppc_chrp.c @@ -255,7 +255,7 @@ static void ppc_core99_init (int ram_size, int vga_ram_size, pci_vga_init(pci_bus, ds, phys_ram_base + ram_size, ram_size, vga_ram_size, vga_bios_offset, vga_bios_size); - + /* XXX: suppress that */ dummy_irq = i8259_init(NULL); @@ -274,7 +274,7 @@ static void ppc_core99_init (int ram_size, int vga_ram_size, #endif /* cuda also initialize ADB */ cuda_init(&cuda_mem_index, pic[0x19]); - + adb_kbd_init(&adb_bus); adb_mouse_init(&adb_bus); @@ -314,7 +314,7 @@ static void ppc_core99_init (int ram_size, int vga_ram_size, /* Special port to get debug messages from Open-Firmware */ register_ioport_write(0x0F00, 4, 1, &PPC_debug_write, NULL); - } +} QEMUMachine core99_machine = { "mac99", |