summaryrefslogtreecommitdiffstats
path: root/sys/sun4v/conf
diff options
context:
space:
mode:
authorkmacy <kmacy@FreeBSD.org>2006-12-04 05:06:47 +0000
committerkmacy <kmacy@FreeBSD.org>2006-12-04 05:06:47 +0000
commit03282658c59e337fcbd26b8d8a4bfda51cec8aa5 (patch)
tree4af2833c58374cab66592cd364cc05de12509da3 /sys/sun4v/conf
parentb8cec56d0ec246bc075ce188197a5b13eadb1b67 (diff)
downloadFreeBSD-src-03282658c59e337fcbd26b8d8a4bfda51cec8aa5.zip
FreeBSD-src-03282658c59e337fcbd26b8d8a4bfda51cec8aa5.tar.gz
recent changes have caused TRAP_TRACING to induce corruption
disable until the issue has been tracked down
Diffstat (limited to 'sys/sun4v/conf')
-rw-r--r--sys/sun4v/conf/GENERIC4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sun4v/conf/GENERIC b/sys/sun4v/conf/GENERIC
index 69c2846..c1263f1 100644
--- a/sys/sun4v/conf/GENERIC
+++ b/sys/sun4v/conf/GENERIC
@@ -65,8 +65,8 @@ options PRINTF_BUFR_SIZE=128 # Prevent printf output being interspersed.
options KDB # Enable kernel debugger support.
options KDB_TRACE
options DDB # Support DDB.
-options TRAP_TRACING # Enable trap tracing.
-options TRAP_TRACE_ENTRIES=256 # Trap trace buffer entries.
+#options TRAP_TRACING # Enable trap tracing.
+#options TRAP_TRACE_ENTRIES=256 # Trap trace buffer entries.
#options GDB # Support remote GDB.
#options INVARIANTS # Enable calls of extra sanity checking
#options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
OpenPOWER on IntegriCloud