From 6f05d223ad0f2f12ff57abe71a39c7000c3b5c4b Mon Sep 17 00:00:00 2001 From: avg Date: Fri, 9 Aug 2013 08:11:09 +0000 Subject: 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) --- sys/amd64/conf/GENERIC | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/amd64') diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index ea439e7..9127913 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/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 -- cgit v1.1