Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Jun 2012 16:27:02 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 212634 for review
Message-ID:  <201206111627.q5BGR2M9092378@skunkworks.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@212634?ac=10

Change 212634 by rwatson@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
 



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