summaryrefslogtreecommitdiffstats
path: root/sys/amd64/conf
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2009-01-05 14:21:49 +0000
committerrwatson <rwatson@FreeBSD.org>2009-01-05 14:21:49 +0000
commita5fb43e4cdb5d20d19105a1eb5b4a771ef5d4f7d (patch)
tree10118d34f47f52772014b9e219fa88723f6ece16 /sys/amd64/conf
parent7b50367e8dafb5c42dfd09e143f427c21ffcfbfb (diff)
downloadFreeBSD-src-a5fb43e4cdb5d20d19105a1eb5b4a771ef5d4f7d.zip
FreeBSD-src-a5fb43e4cdb5d20d19105a1eb5b4a771ef5d4f7d.tar.gz
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?
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 01873ba..586165a 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.
OpenPOWER on IntegriCloud