From owner-cvs-sys Sun Nov 10 11:39:41 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA28530 for cvs-sys-outgoing; Sun, 10 Nov 1996 11:39:41 -0800 (PST) Received: from rocky.mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id LAA28462; Sun, 10 Nov 1996 11:39:11 -0800 (PST) Received: (from nate@localhost) by rocky.mt.sri.com (8.7.5/8.7.3) id MAA16878; Sun, 10 Nov 1996 12:39:01 -0700 (MST) Date: Sun, 10 Nov 1996 12:39:01 -0700 (MST) Message-Id: <199611101939.MAA16878@rocky.mt.sri.com> From: Nate Williams To: Bruce Evans Cc: cvs-all@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org, nate@freefall.freebsd.org Subject: Re: cvs commit: src/sys/i386/isa syscons.c syscons.h In-Reply-To: <199611101714.EAA12879@godzilla.zeta.org.au> References: <199611101714.EAA12879@godzilla.zeta.org.au> Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > 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. > > Please nuke the XT_KEYBOARD option and document the flag next to the > syscons flags in LINT and in keyboard.4. The other new syscons flags > are also undocumented. There is no existing documentation for the syscons flags in LINT or keyboard.4. :( Nate