aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/conf
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2009-01-05 14:21:49 +0000
committerRobert Watson <rwatson@FreeBSD.org>2009-01-05 14:21:49 +0000
commitb581c4975b2004325f20c5595fc4f0e86a8759bf (patch)
tree10118d34f47f52772014b9e219fa88723f6ece16 /sys/amd64/conf
parenta2ff111cdfb84f352c409930ded9e00c39c67c81 (diff)
downloadsrc-b581c4975b2004325f20c5595fc4f0e86a8759bf.tar.gz
src-b581c4975b2004325f20c5595fc4f0e86a8759bf.zip
Add commented out options KDTRACE_HOOKS and, for amd64, KDRACE_FRAME,
to GENERIC configuration files. This brings what's in 8.x in sync with what is in 7.x, but does not change any current defaults. Possibly they should now be enabled in head by default?
Notes
Notes: svn path=/head/; revision=186776
Diffstat (limited to 'sys/amd64/conf')
-rw-r--r--sys/amd64/conf/GENERIC2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index 01873baa35cc..586165a74211 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -65,6 +65,8 @@ options KBD_INSTALL_CDEV # install a CDEV entry in /dev
options STOP_NMI # Stop CPUS using NMI instead of IPI
options AUDIT # Security event auditing
options HWPMC_HOOKS # Necessary kernel hooks for hwpmc(4)
+#options KDTRACE_FRAME # Ensure frames are compiled in
+#options KDTRACE_HOOKS # Kernel DTrace hooks
# Debugging for use in -current
options KDB # Enable kernel debugger support.