summaryrefslogtreecommitdiffstats
path: root/sys/conf/NOTES
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1997-06-04 16:25:15 +0000
committerpst <pst@FreeBSD.org>1997-06-04 16:25:15 +0000
commitd3c9fa6b5e6347bf54f48619c40d870566ef7691 (patch)
tree4de1a8df2700e2027c234b6b26676072e7aea59e /sys/conf/NOTES
parent013b17e93c835c88011f39a63e378f3926f6f465 (diff)
downloadFreeBSD-src-d3c9fa6b5e6347bf54f48619c40d870566ef7691.zip
FreeBSD-src-d3c9fa6b5e6347bf54f48619c40d870566ef7691.tar.gz
Bring back CONSPEED as a last-ditch default if you can't change the speed
any other way. Requested by: dfr
Diffstat (limited to 'sys/conf/NOTES')
-rw-r--r--sys/conf/NOTES3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 0fa0cf5..e4ba034 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.340 1997/05/25 07:18:22 peter Exp $
+# $Id: LINT,v 1.341 1997/06/04 04:55:26 pst 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,6 +827,7 @@ 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=9600 #default speed for serial console (default 9600)
# Options for sio:
options COM_ESP #code for Hayes ESP
OpenPOWER on IntegriCloud