mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
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:
parent
733a4ea771
commit
ba23229ef8
2 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue