Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Jul 2014 14:32:16 +0000 (UTC)
From:      John-Mark Gurney <jmg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r268253 - head/sys/conf
Message-ID:  <201407041432.s64EWGwC092342@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407041432.s64EWGwC092342>