Init serial port before using it for debug - also reinit after option rom.
authorKevin O'Connor <kevin@koconnor.net>
Sat, 21 Jun 2008 16:15:10 +0000 (12:15 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Sat, 21 Jun 2008 16:15:10 +0000 (12:15 -0400)
commit61d6b06696b7efc6e6bc1df6573ba58e743d6ae3
treeb1c58d048abcbb27fe6130554828db45c803aded
parentdb03d5db185430812775f0075a18da459b96a019
Init serial port before using it for debug - also reinit after option rom.

Apparently, some VGA option roms will enable serial irqs - this could
    cause problems with spurious irqs from debug messages.
Also, improve debugging of option roms that fail the checksum check.
src/boot.c
src/output.c
src/post.c
src/util.h