From ba23229ef82c216e54a4922073a0aa6c85dfd66b Mon Sep 17 00:00:00 2001
From: Dima Dorfman
Date: Thu, 21 Jun 2001 19:50:11 +0000
Subject: [PATCH] Don't set CONSPEED to the default and deobfuscate the
comment.
PR: 28296
Submitted by: bde, Giorgos Keramidas
---
sys/conf/NOTES | 3 ++-
sys/i386/conf/NOTES | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 611f2231192..9298c2e1e48 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 611f2231192..9298c2e1e48 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