summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1997-06-04 04:55:26 +0000
committerpst <pst@FreeBSD.org>1997-06-04 04:55:26 +0000
commit1ac1acd5a3850f07d4efcdcc2f729b735cf54da0 (patch)
treeaa64b915349c4519a7d39cb264de9ea5f9c17504
parent21afca66c65ed0bb20c121b3620e5032a90181d9 (diff)
downloadFreeBSD-src-1ac1acd5a3850f07d4efcdcc2f729b735cf54da0.zip
FreeBSD-src-1ac1acd5a3850f07d4efcdcc2f729b735cf54da0.tar.gz
CONSPEED is defunct.
-rw-r--r--sys/conf/NOTES3
-rw-r--r--sys/conf/options.i3864
-rw-r--r--sys/i386/conf/LINT3
-rw-r--r--sys/i386/conf/NOTES3
-rw-r--r--sys/i386/conf/options.i3864
5 files changed, 7 insertions, 10 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 8d8c35b..0fa0cf5 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.339 1997/05/24 12:23:44 peter Exp $
+# $Id: LINT,v 1.340 1997/05/25 07:18:22 peter Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -827,7 +827,6 @@ device sio0 at isa? port "IO_COM1" tty flags 0x10 irq 4 vector siointr
# Options for serial drivers that support consoles (only for sio now):
options BREAK_TO_DEBUGGER #a BREAK on a comconsole goes to
#DDB, if available.
-options CONSPEED=115200 #speed for serial console (default 9600)
# Options for sio:
options COM_ESP #code for Hayes ESP
diff --git a/sys/conf/options.i386 b/sys/conf/options.i386
index d267d06..4860e85 100644
--- a/sys/conf/options.i386
+++ b/sys/conf/options.i386
@@ -1,4 +1,4 @@
-# $Id: options.i386,v 1.44 1997/05/07 19:39:16 peter Exp $
+# $Id: options.i386,v 1.45 1997/05/22 08:47:40 msmith Exp $
BOUNCEPAGES opt_bounce.h
USER_LDT
@@ -18,7 +18,7 @@ BREAK_TO_DEBUGGER opt_comconsole.h
COMCONSOLE opt_defunct.h
CONADDR opt_defunct.h
CONUNIT opt_defunct.h
-CONSPEED opt_comconsole.h
+CONSPEED opt_defunct.h
COM_ESP opt_sio.h
COM_MULTIPORT opt_sio.h
DSI_SOFT_MODEM opt_sio.h
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index 8d8c35b..0fa0cf5 100644
--- a/sys/i386/conf/LINT
+++ b/sys/i386/conf/LINT
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.339 1997/05/24 12:23:44 peter Exp $
+# $Id: LINT,v 1.340 1997/05/25 07:18:22 peter Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -827,7 +827,6 @@ device sio0 at isa? port "IO_COM1" tty flags 0x10 irq 4 vector siointr
# Options for serial drivers that support consoles (only for sio now):
options BREAK_TO_DEBUGGER #a BREAK on a comconsole goes to
#DDB, if available.
-options CONSPEED=115200 #speed for serial console (default 9600)
# Options for sio:
options COM_ESP #code for Hayes ESP
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 8d8c35b..0fa0cf5 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.339 1997/05/24 12:23:44 peter Exp $
+# $Id: LINT,v 1.340 1997/05/25 07:18:22 peter Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -827,7 +827,6 @@ device sio0 at isa? port "IO_COM1" tty flags 0x10 irq 4 vector siointr
# Options for serial drivers that support consoles (only for sio now):
options BREAK_TO_DEBUGGER #a BREAK on a comconsole goes to
#DDB, if available.
-options CONSPEED=115200 #speed for serial console (default 9600)
# Options for sio:
options COM_ESP #code for Hayes ESP
diff --git a/sys/i386/conf/options.i386 b/sys/i386/conf/options.i386
index d267d06..4860e85 100644
--- a/sys/i386/conf/options.i386
+++ b/sys/i386/conf/options.i386
@@ -1,4 +1,4 @@
-# $Id: options.i386,v 1.44 1997/05/07 19:39:16 peter Exp $
+# $Id: options.i386,v 1.45 1997/05/22 08:47:40 msmith Exp $
BOUNCEPAGES opt_bounce.h
USER_LDT
@@ -18,7 +18,7 @@ BREAK_TO_DEBUGGER opt_comconsole.h
COMCONSOLE opt_defunct.h
CONADDR opt_defunct.h
CONUNIT opt_defunct.h
-CONSPEED opt_comconsole.h
+CONSPEED opt_defunct.h
COM_ESP opt_sio.h
COM_MULTIPORT opt_sio.h
DSI_SOFT_MODEM opt_sio.h
OpenPOWER on IntegriCloud