From owner-cvs-sys Sun Nov 10 08:58:02 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA19325 for cvs-sys-outgoing; Sun, 10 Nov 1996 08:58:02 -0800 (PST) Received: (from nate@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA19308; Sun, 10 Nov 1996 08:57:47 -0800 (PST) Date: Sun, 10 Nov 1996 08:57:47 -0800 (PST) From: Nate Williams Message-Id: <199611101657.IAA19308@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:57:46 Branch: sys/i386/isa RELENG_2_1_0 Modified: sys/i386/isa syscons.c syscons.h Log: From -current: 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. (note: I used the same flag as in -current so the documentation would be the same) Inspired by: The Nomads Revision Changes Path 1.117.4.13 +17 -7 src/sys/i386/isa/syscons.c 1.9.4.2 +2 -1 src/sys/i386/isa/syscons.h