diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-02-20 13:39:32 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-02-20 13:39:32 +0000 |
commit | 32801d54654ecfc41ee7b86b90993c0b83c47f7e (patch) | |
tree | ba09ea228ff1ffa7d79e35aa5072910558f4960b | |
parent | ad0504b5df46e745532a4e794810b749b487927e (diff) |
2nd serial port for Malta, by Jason Wessel.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2443 c046a42c-6fe2-441c-8c8c-71466251a162
-rw-r--r-- | hw/mips_malta.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/mips_malta.c b/hw/mips_malta.c index 6df94dbaf2..155f5a8182 100644 --- a/hw/mips_malta.c +++ b/hw/mips_malta.c @@ -570,6 +570,7 @@ void mips_malta_init (int ram_size, int vga_ram_size, int boot_device, 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. |