Commit 32801d54654ecfc41ee7b86b90993c0b83c47f7e

Authored by ths
1 parent ad0504b5

2nd serial port for Malta, by Jason Wessel.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2443 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 1 additions and 0 deletions
hw/mips_malta.c
... ... @@ -570,6 +570,7 @@ void mips_malta_init (int ram_size, int vga_ram_size, int boot_device,
570 570 kbd_init();
571 571 rtc_state = rtc_init(0x70, 8);
572 572 serial_init(&pic_set_irq_new, isa_pic, 0x3f8, 4, serial_hds[0]);
  573 + serial_init(&pic_set_irq_new, isa_pic, 0x2f8, 4, serial_hds[0]);
573 574 parallel_init(0x378, 7, parallel_hds[0]);
574 575 /* XXX: The floppy controller does not work correctly, something is
575 576 probably wrong.
... ...