aboutsummaryrefslogtreecommitdiff
path: root/vgasrc
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2013-11-29 12:14:34 -0500
committerKevin O'Connor <kevin@koconnor.net>2013-12-04 10:34:17 -0500
commit4cd522e673426e68a96e8d2a026b99e58a821ca0 (patch)
treef3b15a6389c4eeca46ae8358ce910f4e22ca1cf9 /vgasrc
parent3ecdc492ce1f2b7308dde85f1aba6a582a68f3cc (diff)
downloadseabios-hppa-4cd522e673426e68a96e8d2a026b99e58a821ca0.zip
seabios-hppa-4cd522e673426e68a96e8d2a026b99e58a821ca0.tar.gz
seabios-hppa-4cd522e673426e68a96e8d2a026b99e58a821ca0.tar.bz2
Move low-level hardware writing from output.c to new file hw/serialio.c.
Avoid hardware specific code in output.c. This will reduce the amount of change needed to output.c as support for more serial hardware is added. This patch also renames some functions to improve the naming scheme. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'vgasrc')
-rw-r--r--vgasrc/vgabios.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vgasrc/vgabios.c b/vgasrc/vgabios.c
index 0769330..35d0362 100644
--- a/vgasrc/vgabios.c
+++ b/vgasrc/vgabios.c
@@ -1283,7 +1283,7 @@ int HaveRunInit VAR16;
void VISIBLE16
vga_post(struct bregs *regs)
{
- debug_serial_preinit();
+ debug_preinit();
dprintf(1, "Start SeaVGABIOS (version %s)\n", VERSION);
debug_enter(regs, DEBUG_VGA_POST);