summaryrefslogtreecommitdiffstats
path: root/sys/conf/options.i386
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1996-10-23 07:29:44 +0000
committerpst <pst@FreeBSD.org>1996-10-23 07:29:44 +0000
commit3472d01c715f7cd408aa362311ee17205616c86c (patch)
tree217a64a58e3fa8a6b4c9561833c12cab26ffa46c /sys/conf/options.i386
parentda2957207b1d3dec86dcf8334bc11b75a9113b84 (diff)
downloadFreeBSD-src-3472d01c715f7cd408aa362311ee17205616c86c.zip
FreeBSD-src-3472d01c715f7cd408aa362311ee17205616c86c.tar.gz
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
Diffstat (limited to 'sys/conf/options.i386')
-rw-r--r--sys/conf/options.i3865
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/conf/options.i386 b/sys/conf/options.i386
index 7c09359..a0d683a 100644
--- a/sys/conf/options.i386
+++ b/sys/conf/options.i386
@@ -1,4 +1,4 @@
-# $Id: options.i386,v 1.23 1996/10/09 19:47:07 bde Exp $
+# $Id: options.i386,v 1.24 1996/10/17 19:31:47 bde Exp $
BOUNCEPAGES opt_bounce.h
USER_LDT
MATH_EMULATE opt_math_emulate.h
@@ -15,6 +15,8 @@ AUTO_EOI_1 opt_auto_eoi.h
AUTO_EOI_2 opt_auto_eoi.h
BREAK_TO_DEBUGGER opt_comconsole.h
COMCONSOLE opt_comconsole.h
+CONADDR opt_comconsole.h
+CONUNIT opt_comconsole.h
COM_ESP opt_sio.h
COM_MULTIPORT opt_sio.h
DSI_SOFT_MODEM opt_sio.h
@@ -41,7 +43,6 @@ I586_FAST_BCOPY opt_temporary.h
I586_OPTIMIZED_BCOPY opt_temporary.h
I586_OPTIMIZED_BZERO opt_temporary.h
-SC_KBD_PROBE_WORKS opt_syscons.h
SC_SPLASH_SCREEN opt_syscons.h
MAXCONS opt_syscons.h
SLOW_VGA opt_syscons.h
OpenPOWER on IntegriCloud