summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2001-06-21 19:50:11 +0000
committerdd <dd@FreeBSD.org>2001-06-21 19:50:11 +0000
commitd74ddf6e9a01bf8b5d132abed116b086ee456b27 (patch)
treedd9f69d2866e23ffc80767daa4493defe71daad0
parentd0a8512542c38acd383f36c2727baf1aa307ad91 (diff)
downloadFreeBSD-src-d74ddf6e9a01bf8b5d132abed116b086ee456b27.zip
FreeBSD-src-d74ddf6e9a01bf8b5d132abed116b086ee456b27.tar.gz
Don't set CONSPEED to the default and deobfuscate the comment.
PR: 28296 Submitted by: bde, Giorgos Keramidas <keramida@ceid.upatras.gr>
-rw-r--r--sys/conf/NOTES3
-rw-r--r--sys/i386/conf/NOTES3
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 611f223..9298c2e 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -1577,7 +1577,8 @@ hint.sio.0.irq="4"
# 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 CONSPEED=115200 # speed for serial console
+ # (default 9600)
# Solaris implements a new BREAK which is initiated by a character
# sequence CR ~ ^b which is similar to a familiar pattern used on
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 611f223..9298c2e 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -1577,7 +1577,8 @@ hint.sio.0.irq="4"
# 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 CONSPEED=115200 # speed for serial console
+ # (default 9600)
# Solaris implements a new BREAK which is initiated by a character
# sequence CR ~ ^b which is similar to a familiar pattern used on
OpenPOWER on IntegriCloud