From owner-cvs-sys Sun Nov 10 08:44:30 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA18598 for cvs-sys-outgoing; Sun, 10 Nov 1996 08:44:30 -0800 (PST) Received: (from nate@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA18576; Sun, 10 Nov 1996 08:44:18 -0800 (PST) Date: Sun, 10 Nov 1996 08:44:18 -0800 (PST) From: Nate Williams Message-Id: <199611101644.IAA18576@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa syscons.c syscons.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 96/11/10 08:44:17 Modified: sys/i386/isa syscons.c syscons.h Log: Allow us to enable the 'XT_KEYBOARD' code using a configuration flag. This allows the user to add modify syscons's configuration flags using UserConfig that will allow older/quirky hardware (most notably older IBM ThinkPad laptops) to work with the standard boot kernel. Inspired by: The Nomads Revision Changes Path 1.184 +18 -7 src/sys/i386/isa/syscons.c 1.24 +2 -1 src/sys/i386/isa/syscons.h