diff options
author | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-01-16 19:43:46 +0000 |
---|---|---|
committer | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-01-16 19:43:46 +0000 |
commit | b64efcb26cce50fa62bc92c2f7b37636687a3606 (patch) | |
tree | 239e7226332e364a5f7146fc48e0abb974f324fe /hw/ppc_oldworld.c | |
parent | 945e3b59da561329dc4f16d2e3172531b9415d20 (diff) | |
download | qemu-b64efcb26cce50fa62bc92c2f7b37636687a3606.tar.gz qemu-b64efcb26cce50fa62bc92c2f7b37636687a3606.tar.bz2 qemu-b64efcb26cce50fa62bc92c2f7b37636687a3606.zip |
ppc_oldworld: remove debug I/O port
This is specific to OpenHackware, and not used by OpenBIOS.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6347 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/ppc_oldworld.c')
-rw-r--r-- | hw/ppc_oldworld.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/hw/ppc_oldworld.c b/hw/ppc_oldworld.c index 5692ad22d2..c6682bb1bf 100644 --- a/hw/ppc_oldworld.c +++ b/hw/ppc_oldworld.c @@ -377,9 +377,6 @@ static void ppc_heathrow_init (ram_addr_t ram_size, int vga_ram_size, graphic_width, graphic_height, graphic_depth); /* No PCI init: the BIOS will do it */ - /* Special port to get debug messages from Open-Firmware */ - register_ioport_write(0x0F00, 4, 1, &PPC_debug_write, NULL); - fw_cfg = fw_cfg_init(0, 0, CFG_ADDR, CFG_ADDR + 2); fw_cfg_add_i32(fw_cfg, FW_CFG_ID, 1); fw_cfg_add_i64(fw_cfg, FW_CFG_RAM_SIZE, (uint64_t)ram_size); |