aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/conf/GENERIC
diff options
context:
space:
mode:
authorAndriy Gapon <avg@FreeBSD.org>2013-08-09 08:11:09 +0000
committerAndriy Gapon <avg@FreeBSD.org>2013-08-09 08:11:09 +0000
commit9ba0691bdd1b6e0c881b6253318b9c3e894caaef (patch)
tree854b951f44aff7ddb9146ba1701a38232e97a2ec /sys/i386/conf/GENERIC
parent295eeeb89d859a45311fc74862415712e209418c (diff)
downloadsrc-9ba0691bdd1b6e0c881b6253318b9c3e894caaef.tar.gz
src-9ba0691bdd1b6e0c881b6253318b9c3e894caaef.zip
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)
Notes
Notes: svn path=/head/; revision=254133
Diffstat (limited to 'sys/i386/conf/GENERIC')
-rw-r--r--sys/i386/conf/GENERIC3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index 57f446fb3b30..1a8228f380a8 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -74,9 +74,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 GDB # Support remote GDB.
options DEADLKRES # Enable the deadlock resolver