qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [6347] ppc_oldworld: remove debug I/O port
@ 2009-01-16 19:43 Aurelien Jarno
  0 siblings, 0 replies; only message in thread
From: Aurelien Jarno @ 2009-01-16 19:43 UTC (permalink / raw)
  To: qemu-devel

Revision: 6347
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6347
Author:   aurel32
Date:     2009-01-16 19:43:46 +0000 (Fri, 16 Jan 2009)

Log Message:
-----------
ppc_oldworld: remove debug I/O port

This is specific to OpenHackware, and not used by OpenBIOS.

Modified Paths:
--------------
    trunk/hw/ppc_oldworld.c

Modified: trunk/hw/ppc_oldworld.c
===================================================================
--- trunk/hw/ppc_oldworld.c	2009-01-16 19:41:04 UTC (rev 6346)
+++ trunk/hw/ppc_oldworld.c	2009-01-16 19:43:46 UTC (rev 6347)
@@ -377,9 +377,6 @@
                          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);

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-01-16 19:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-16 19:43 [Qemu-devel] [6347] ppc_oldworld: remove debug I/O port Aurelien Jarno

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).