From: Jason Wessel <jason.wessel@windriver.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] PATCH: 2nd serial port for Malta
Date: Tue, 20 Feb 2007 07:14:59 -0600 [thread overview]
Message-ID: <45DAF453.30401@windriver.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 206 bytes --]
Attached is a simple patch to enable the 2nd serial port on the malta
board. Testing shows it even allows the use of KGDB over the second
serial port.
signed-off-by: jason.wessel@windriver.com
Jason.
[-- Attachment #2: malta_2nd_serial_port.patch --]
[-- Type: text/plain, Size: 549 bytes --]
Index: qemu/hw/mips_malta.c
===================================================================
--- qemu.orig/hw/mips_malta.c
+++ qemu/hw/mips_malta.c
@@ -570,6 +570,7 @@ void mips_malta_init (int ram_size, int
kbd_init();
rtc_state = rtc_init(0x70, 8);
serial_init(&pic_set_irq_new, isa_pic, 0x3f8, 4, serial_hds[0]);
+ serial_init(&pic_set_irq_new, isa_pic, 0x2f8, 4, serial_hds[0]);
parallel_init(0x378, 7, parallel_hds[0]);
/* XXX: The floppy controller does not work correctly, something is
probably wrong.
reply other threads:[~2007-02-20 13:15 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=45DAF453.30401@windriver.com \
--to=jason.wessel@windriver.com \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.