PERFORCE change 212634 for review

Robert Watson rwatson at FreeBSD.org
Mon Jun 11 16:27:03 UTC 2012


http://p4web.freebsd.org/@@212634?ac=10

Change 212634 by rwatson at rwatson_svr_ctsrd_mipsbuild on 2012/06/11 16:26:00

	Despite input translation issues likely caused by nios2-terminal,
	enable alternative break-to-debugger in BERI kernels.  It should
	be possibly to disable CR/NL conversion using stty before running
	nios2-terminal to use the feature.

Affected files ...

.. //depot/projects/ctsrd/beribsd/src/sys/mips/conf/BERI_DE4_MDROOT#3 edit
.. //depot/projects/ctsrd/beribsd/src/sys/mips/conf/BERI_DE4_SDROOT#4 edit

Differences ...

==== //depot/projects/ctsrd/beribsd/src/sys/mips/conf/BERI_DE4_MDROOT#3 (text+ko) ====

@@ -28,6 +28,7 @@
 
 options 	DDB
 options 	KDB
+options 	ALT_BREAK_TO_DEBUGGER
 
 options 	SCHED_ULE
 

==== //depot/projects/ctsrd/beribsd/src/sys/mips/conf/BERI_DE4_SDROOT#4 (text+ko) ====

@@ -27,6 +27,7 @@
 
 options 	DDB
 options 	KDB
+options 	ALT_BREAK_TO_DEBUGGER
 
 options 	SCHED_ULE
 


More information about the p4-projects mailing list