From owner-cvs-sys Fri Sep 6 16:36:06 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA10056 for cvs-sys-outgoing; Fri, 6 Sep 1996 16:36:06 -0700 (PDT) Received: (from pst@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA10023; Fri, 6 Sep 1996 16:35:56 -0700 (PDT) Date: Fri, 6 Sep 1996 16:35:56 -0700 (PDT) From: Paul Traina Message-Id: <199609062335.QAA10023@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa syscons.c src/sys/i386/conf LINT Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk pst 96/09/06 16:35:56 Modified: sys/i386/conf LINT sys/i386/isa syscons.c Log: Add option SC_KBD_PROBE_WORKS to syscons driver. If you define this, it means your keyboard is actually probable using the brain-dammaged probe routine in syscons, and if the keyboard is NOT found, then you don't want syscons to activate itself further. This makes life sane for those of us who use serial consoles most of the time and want "the right thing" to happen when we plug a keyboard in. Revision Changes Path 1.276 +3 -1 src/sys/i386/conf/LINT 1.166 +12 -4 src/sys/i386/isa/syscons.c