diff options
author | jmg <jmg@FreeBSD.org> | 2014-07-04 14:32:15 +0000 |
---|---|---|
committer | jmg <jmg@FreeBSD.org> | 2014-07-04 14:32:15 +0000 |
commit | bf1a15b165af779577b0278b3d47151edb0d47f9 (patch) | |
tree | 9f3e00f31178d25cb0f6270a63ea615e629217f5 /sys/conf/NOTES | |
parent | 727488525e5b77ce3f79adcc58db125ef847efca (diff) | |
download | FreeBSD-src-bf1a15b165af779577b0278b3d47151edb0d47f9.zip FreeBSD-src-bf1a15b165af779577b0278b3d47151edb0d47f9.tar.gz |
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
Diffstat (limited to 'sys/conf/NOTES')
-rw-r--r-- | sys/conf/NOTES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 29b99a0..6959425 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 |