From owner-cvs-sys Tue Sep 10 14:39:03 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA16506 for cvs-sys-outgoing; Tue, 10 Sep 1996 14:39:03 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA16484; Tue, 10 Sep 1996 14:38:50 -0700 (PDT) Date: Tue, 10 Sep 1996 14:38:50 -0700 (PDT) From: Bruce Evans Message-Id: <199609102138.OAA16484@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/conf LINT options.i386 Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/09/10 14:38:49 Modified: sys/i386/conf LINT options.i386 Log: Fixed spelling of new SC_KBD_PROBE_WORKS option in options.i386. It worked because it is spelled correctly in LINT. Added old obscure syscons options MAXCONS, SLOW_VGA and XT_KEYBOARD. This file should be sorted both alphabetically and on the module name by using a consistent prefix for each module, but there is no consistency in the old options. E.g., MAXCONS is spelled PCVT_NSCREENS for pcvt. Revision Changes Path 1.277 +4 -1 src/sys/i386/conf/LINT 1.16 +5 -2 src/sys/i386/conf/options.i386