summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1998-07-08 19:28:54 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1998-07-08 19:28:54 +0000
commit4c90f24598464ce525120eaaaf3d779b01547c81 (patch)
treea2acd171dfd0e6da490e589392dfb79cf72f7a8b /sys
parent5cfc0d8c7b3b636f0d1451f9c08584384ae74552 (diff)
reflect MI boot changes; remove dead time_print() prototype
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/i386/stand/libsa/libsa.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/i386/stand/libsa/libsa.h b/sys/arch/i386/stand/libsa/libsa.h
index 1d1a633acde..07e484722d2 100644
--- a/sys/arch/i386/stand/libsa/libsa.h
+++ b/sys/arch/i386/stand/libsa/libsa.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: libsa.h,v 1.25 1998/05/25 19:20:56 mickey Exp $ */
+/* $OpenBSD: libsa.h,v 1.26 1998/07/08 19:28:53 mickey Exp $ */
/*
* Copyright (c) 1996 Michael Shalayeff
@@ -35,6 +35,8 @@
#include <lib/libsa/stand.h>
#include <machine/biosvar.h>
+#define DEFAULT_KERNEL_ADDRESS 0x100000
+
void gateA20 __P((int));
void smpprobe __P((void));
@@ -46,7 +48,6 @@ void pciprobe __P((void));
void devboot __P((dev_t, char *));
void *alloca __P((size_t));
void machdep __P((void));
-void time_print __P((void));
extern const char bdevs[][4];
extern const int nbdevs;