From 3472d01c715f7cd408aa362311ee17205616c86c Mon Sep 17 00:00:00 2001 From: pst Date: Wed, 23 Oct 1996 07:29:44 +0000 Subject: 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 --- sys/dev/rc/rc.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/dev/rc/rc.c') diff --git a/sys/dev/rc/rc.c b/sys/dev/rc/rc.c index fd37df2..677ae14 100644 --- a/sys/dev/rc/rc.c +++ b/sys/dev/rc/rc.c @@ -30,7 +30,9 @@ * */ +#include "opt_comconsole.h" #include "rc.h" + #if NRC > 0 /*#define RCDEBUG*/ -- cgit v1.1