diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-09-17 17:56:11 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-09-17 17:56:11 +0000 |
commit | 4a836172c5a36ef5b057f6e2f613162d5b528c83 (patch) | |
tree | d4e87fb85af4c4f0699f6a0bf0b95c1255d87e26 /sys/arch/i386/stand/libsa/libsa.h | |
parent | f6c1c903945191d94ef9447a875f55fc936eea99 (diff) |
pass cnvmem,extmem the old way they were....
don't put 'em in biosvars
Diffstat (limited to 'sys/arch/i386/stand/libsa/libsa.h')
-rw-r--r-- | sys/arch/i386/stand/libsa/libsa.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/stand/libsa/libsa.h b/sys/arch/i386/stand/libsa/libsa.h index c6574f6c14a..911a59e9cb8 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.16 1997/09/02 20:58:16 mickey Exp $ */ +/* $OpenBSD: libsa.h,v 1.17 1997/09/17 17:56:10 mickey Exp $ */ /* * Copyright (c) 1996 Michael Shalayeff @@ -44,5 +44,6 @@ void time_print __P((void)); extern const char bdevs[][4]; extern const int nbdevs; extern int bootdev; /* XXX pass through the global to exec_i386 */ +extern u_int cnvmem, extmem; /* XXX global pass memprobe()->machdep_start() */ #define MACHINE_CMD cmd_machine /* we have i386 specific sommands */ |