Author: jmg
Date: Fri Jul  4 14:32:15 2014
New Revision: 268253
URL: http://svnweb.freebsd.org/changeset/base/268253

Log:
  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

Modified:
  head/sys/conf/NOTES

Modified: head/sys/conf/NOTES
==============================================================================
--- head/sys/conf/NOTES Fri Jul  4 14:00:29 2014        (r268252)
+++ head/sys/conf/NOTES Fri Jul  4 14:32:15 2014        (r268253)
@@ -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
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to