svn commit: r304933 - head/sys/mips/conf

Adrian Chadd adrian at FreeBSD.org
Sun Aug 28 04:06:37 UTC 2016


Author: adrian
Date: Sun Aug 28 04:06:36 2016
New Revision: 304933
URL: https://svnweb.freebsd.org/changeset/base/304933

Log:
  [mips] make AR933X boards use ALT_BREAK_TO_DEBUGGER like the rest of the Atheros boards.

Modified:
  head/sys/mips/conf/std.AR933X

Modified: head/sys/mips/conf/std.AR933X
==============================================================================
--- head/sys/mips/conf/std.AR933X	Sun Aug 28 04:03:52 2016	(r304932)
+++ head/sys/mips/conf/std.AR933X	Sun Aug 28 04:06:36 2016	(r304933)
@@ -25,6 +25,7 @@ makeoptions	MODULES_OVERRIDE="gpio ar71x
 options 	DDB
 options 	KDB
 options 	ALQ
+options         ALT_BREAK_TO_DEBUGGER
 
 options 	SCHED_4BSD		#4BSD scheduler
 options 	INET			#InterNETworking


More information about the svn-src-all mailing list