Date: Wed, 23 Oct 1996 00:29:46 -0700 (PDT) From: Paul Traina <pst> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa rc.c syscons.c syscons.h src/sys/i386/conf LINT options.i386 Message-ID: <199610230729.AAA02158@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
pst 96/10/23 00:29:45 Modified: sys/i386/conf LINT options.i386 sys/i386/isa rc.c syscons.c syscons.h Log: Remove SC_KBD_PROBE_WORKS option and replace it with a simple run-time flag bit (0x0008) in the sc driver configuration line. This way it's easy to boink a generic kernel. Also, document and place in an opt_ file the #define's for overriding which serial port is the system console. Approved by: sos Revision Changes Path 1.286 +1 -3 src/sys/i386/conf/LINT 1.25 +3 -2 src/sys/i386/conf/options.i386 1.26 +2 -0 src/sys/i386/isa/rc.c 1.181 +8 -7 src/sys/i386/isa/syscons.c 1.23 +2 -1 src/sys/i386/isa/syscons.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199610230729.AAA02158>