diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-08-18 15:34:18 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-08-18 15:34:18 +0000 |
commit | 9c67302636a9447a5b801b9491c5aa6406fb88bc (patch) | |
tree | 544b2e530394b07a613066100a0182d890c84d23 /sys/arch/i386/stand/libsa/libsa.h | |
parent | 9e786b9597582c10f4cca13603bbd7d38869126d (diff) |
probe for ps2 model and check if kbd controller is present
for deciding on a20 method to use.
based on csapuntz@'s info provided.
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 2a24d1cfb5d..7520b896174 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.32 2000/10/25 18:45:53 mickey Exp $ */ +/* $OpenBSD: libsa.h,v 1.33 2001/08/18 15:34:17 mickey Exp $ */ /* * Copyright (c) 1996-1999 Michael Shalayeff @@ -57,6 +57,7 @@ void machdep __P((void)); extern const char bdevs[][4]; extern const int nbdevs; extern u_int cnvmem, extmem; /* XXX global pass memprobe()->machdep_start() */ +extern int ps2model; /* diskprobe.c */ extern bios_diskinfo_t bios_diskinfo[]; |