From: Aurelien Jarno <aurelien@aurel32.net>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [6347] ppc_oldworld: remove debug I/O port
Date: Fri, 16 Jan 2009 19:43:46 +0000 [thread overview]
Message-ID: <E1LNuba-0004jZ-A1@cvs.savannah.gnu.org> (raw)
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);
reply other threads:[~2009-01-16 19:43 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1LNuba-0004jZ-A1@cvs.savannah.gnu.org \
--to=aurelien@aurel32.net \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).