From 91ed2fec199e662431538cc72d5b032c9f4f1a83 Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Fri, 4 Jul 2014 14:32:15 +0000 Subject: [PATCH] BREAK_TO_DEBUGGER is not just serial console anymore, it controls all console's ability to enter the debugger.... rwatson forgot to document this when he changed it back in 2011... There is more docs to write about this, but at least fix this for now... Reviewed by: emaste MFC after: 1 week --- sys/conf/NOTES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 29b99a0b8c1..69594251894 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -1823,7 +1823,7 @@ hint.uart.0.baud="115200" # # Options for serial drivers that support consoles: -options BREAK_TO_DEBUGGER # A BREAK on a serial console goes to +options BREAK_TO_DEBUGGER # A BREAK/DBG on the console goes to # ddb, if available. # Solaris implements a new BREAK which is initiated by a character