summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/conf
diff options
context:
space:
mode:
authoravg <avg@FreeBSD.org>2013-08-09 08:11:09 +0000
committeravg <avg@FreeBSD.org>2013-08-09 08:11:09 +0000
commit6f05d223ad0f2f12ff57abe71a39c7000c3b5c4b (patch)
tree854b951f44aff7ddb9146ba1701a38232e97a2ec /sys/powerpc/conf
parentd073be3ad1145092808b4209092acf1e3fea4326 (diff)
downloadFreeBSD-src-6f05d223ad0f2f12ff57abe71a39c7000c3b5c4b.zip
FreeBSD-src-6f05d223ad0f2f12ff57abe71a39c7000c3b5c4b.tar.gz
follow up to r254051
- update powerpc/GENERIC64 as well, suggested by mdf - update comments so that they make sense after the change, suggested by jhb X-MFC after: never (change specific to head)
Diffstat (limited to 'sys/powerpc/conf')
-rw-r--r--sys/powerpc/conf/GENERIC3
-rw-r--r--sys/powerpc/conf/GENERIC645
2 files changed, 3 insertions, 5 deletions
diff --git a/sys/powerpc/conf/GENERIC b/sys/powerpc/conf/GENERIC
index 0f182aa..ab7c928 100644
--- a/sys/powerpc/conf/GENERIC
+++ b/sys/powerpc/conf/GENERIC
@@ -76,9 +76,8 @@ options INCLUDE_CONFIG_FILE # Include this file in kernel
# Debugging support. Always need this:
options KDB # Enable kernel debugger support.
-# For minimum debugger support (stable branch) use:
options KDB_TRACE # Print a stack trace for a panic.
-# For full debugger support use this instead:
+# For full debugger support use (turn off in stable branch):
options DDB #Support DDB
#options DEADLKRES #Enable the deadlock resolver
options INVARIANTS #Enable calls of extra sanity checking
diff --git a/sys/powerpc/conf/GENERIC64 b/sys/powerpc/conf/GENERIC64
index 1cdf195..54e3a4e 100644
--- a/sys/powerpc/conf/GENERIC64
+++ b/sys/powerpc/conf/GENERIC64
@@ -71,9 +71,8 @@ options INCLUDE_CONFIG_FILE # Include this file in kernel
# Debugging support. Always need this:
options KDB # Enable kernel debugger support.
-# For minimum debugger support (stable branch) use:
-#options KDB_TRACE # Print a stack trace for a panic.
-# For full debugger support use this instead:
+options KDB_TRACE # Print a stack trace for a panic.
+# For full debugger support use (turn off in stable branch):
options DDB #Support DDB
#options DEADLKRES #Enable the deadlock resolver
options INVARIANTS #Enable calls of extra sanity checking
OpenPOWER on IntegriCloud