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