Don't set CONSPEED to the default and deobfuscate the comment.

PR:		28296
Submitted by:	bde, Giorgos Keramidas <keramida@ceid.upatras.gr>
This commit is contained in:
Dima Dorfman 2001-06-21 19:50:11 +00:00
parent 733a4ea771
commit ba23229ef8
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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