From 9c67302636a9447a5b801b9491c5aa6406fb88bc Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Sat, 18 Aug 2001 15:34:18 +0000 Subject: probe for ps2 model and check if kbd controller is present for deciding on a20 method to use. based on csapuntz@'s info provided. --- sys/arch/i386/stand/libsa/libsa.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/arch/i386/stand/libsa/libsa.h') 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[]; -- cgit v1.2.3