summaryrefslogtreecommitdiff
path: root/sys/arch/i386/stand/libsa
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1997-08-12 21:51:36 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1997-08-12 21:51:36 +0000
commitd6fe849bd3209d7689e1c64d7c0a65efd1dfb299 (patch)
treeb8920c49cdb91951637575d63e2578148774f46b /sys/arch/i386/stand/libsa
parent50596454deda6587438a2da4b850d67ffa20434a (diff)
new cons
Diffstat (limited to 'sys/arch/i386/stand/libsa')
-rw-r--r--sys/arch/i386/stand/libsa/machdep.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/i386/stand/libsa/machdep.c b/sys/arch/i386/stand/libsa/machdep.c
index 110e289b549..8adffedd699 100644
--- a/sys/arch/i386/stand/libsa/machdep.c
+++ b/sys/arch/i386/stand/libsa/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.7 1997/08/07 11:51:02 niklas Exp $ */
+/* $OpenBSD: machdep.c,v 1.8 1997/08/12 21:51:30 mickey Exp $ */
/*
* Copyright (c) 1997 Michael Shalayeff
@@ -33,7 +33,6 @@
*/
#include "libsa.h"
-#include <machine/tss.h>
#include <machine/biosvar.h>
#include <machine/apmvar.h>
#include "debug.h"
@@ -54,7 +53,7 @@ machdep()
#ifdef DEBUG
*(u_int16_t*)0xb8148 = 0x4732;
#endif
- cons_probe(); /* call console init before doing any io */
+ cninit(); /* call console init before doing any io */
#ifdef DEBUG
*(u_int16_t*)0xb8148 = 0x4733;
#endif