From: aurel32 Date: Fri, 16 Jan 2009 19:43:46 +0000 (+0000) Subject: ppc_oldworld: remove debug I/O port X-Git-Tag: TizenStudio_2.0_p2.3.2~208^2~12939 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4ee7b2f8357fad51f972a1ce0d0e2494fa6a3d87;p=sdk%2Femulator%2Fqemu.git 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 --- diff --git a/hw/ppc_oldworld.c b/hw/ppc_oldworld.c index 5692ad2..c6682bb 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);