diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2010-07-21 20:10:18 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2010-07-21 20:10:18 +0000 |
commit | deca899360d6c667ccc59a8fee08872372e99938 (patch) | |
tree | 93a54fef00f99d01e78f68c40d238b8c35ac4e04 /sys/arch/amd64/conf | |
parent | 6a17c06747a3930dd8437cd0058358d8ef035295 (diff) |
Disable the heuristics for legacy free systems if pckbc flags are set to 1
in UKC; found the hard way by jakemsr@ on an old Tecra laptop.
Diffstat (limited to 'sys/arch/amd64/conf')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index d72c1e2be8b..23286e3d759 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.292 2010/07/03 03:59:16 krw Exp $ +# $OpenBSD: GENERIC,v 1.293 2010/07/21 20:10:17 miod Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -275,7 +275,7 @@ option WSDISPLAY_COMPAT_RAWKBD # provide raw scancodes; needed for X11 option WSDISPLAY_DEFAULTSCREENS=6 # initial number of text consoles option WSDISPLAY_COMPAT_PCVT # emulate some ioctls; needed for X11 -pckbc0 at isa? # PC keyboard controller +pckbc0 at isa? flags 0x00 # PC keyboard controller pckbd* at pckbc? # PC keyboard pms* at pckbc? # PS/2 mouse for wsmouse pmsi* at pckbc? # PS/2 "Intelli"mouse for wsmouse |