diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-08-22 20:13:45 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-08-22 20:13:45 +0000 |
commit | 98100e95950a0ee3f62ac533d1d945a5e50cbe79 (patch) | |
tree | 58af5ff237a7793f0c25950298635a7edc5b78ef /sys/arch/i386/stand/libsa/libsa.h | |
parent | 89697efdd4d2c2f615145d8dd494d2359b531201 (diff) |
put values into BIOS_vars so kernel will get 'em soon
Diffstat (limited to 'sys/arch/i386/stand/libsa/libsa.h')
-rw-r--r-- | sys/arch/i386/stand/libsa/libsa.h | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/sys/arch/i386/stand/libsa/libsa.h b/sys/arch/i386/stand/libsa/libsa.h index 8cc5ef7f49b..d11f8a1815f 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.14 1997/08/21 22:04:33 mickey Exp $ */ +/* $OpenBSD: libsa.h,v 1.15 1997/08/22 20:13:43 mickey Exp $ */ /* * Copyright (c) 1996 Michael Shalayeff @@ -39,12 +39,9 @@ void memprobe __P((void)); void devboot __P((dev_t, char *)); void *alloca __P((size_t)); void machdep __P((void)); -int kentry __P((u_int, u_int)); void time_print __P((void)); - /* XXX filled in assumption that last file opened is kernel */ -extern int bootdev, bootdev_geometry; -extern u_int cnvmem, extmem; -extern struct apm_connect_info apminfo; extern const char bdevs[][4]; extern const int nbdevs; +extern int bootdev; /* XXX pass through the global to exec_i386 */ + |