summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf/DEFAULTS
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>2006-11-04 23:50:12 +0000
committerjb <jb@FreeBSD.org>2006-11-04 23:50:12 +0000
commit0ba5da19a5a4bc0b3cd94514f7f139723b4b3764 (patch)
tree88959728f4d2d466cd8949f02dd7327cda3a7285 /sys/i386/conf/DEFAULTS
parentca30d69fda30d846074cf41aba30e036b5e06f78 (diff)
downloadFreeBSD-src-0ba5da19a5a4bc0b3cd94514f7f139723b4b3764.zip
FreeBSD-src-0ba5da19a5a4bc0b3cd94514f7f139723b4b3764.tar.gz
Remove the KDTRACE option again because of the complaints about having
it as a default. For the record, the KDTRACE option caused _no_ additional source files to be compiled in; certainly no CDDL source files. All it did was to allow existing BSD licensed kernel files to include one or more CDDL header files. By removing this from DEFAULTS, the onus is on a kernel builder to add the option to the kernel config, possibly by including GENERIC and customising from there. It means that DTrace won't be a feature available in FreeBSD by default, which is the way I intended it to be. Without this option, you can't load the dtrace module (which contains the dtrace device and the DTrace framework). This is equivalent to requiring an option in a kernel config before you can load the linux emulation module, for example. I think it is a mistake to have DTrace ported to FreeBSD, but not to have it available to everyone, all the time. The only exception to this is the companies which distribute systems with FreeBSD embedded. Those companies will customise their systems anyway. The KDTRACE option was intended for them, and only them.
Diffstat (limited to 'sys/i386/conf/DEFAULTS')
-rw-r--r--sys/i386/conf/DEFAULTS3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/i386/conf/DEFAULTS b/sys/i386/conf/DEFAULTS
index 17174b4..50a30ee 100644
--- a/sys/i386/conf/DEFAULTS
+++ b/sys/i386/conf/DEFAULTS
@@ -21,6 +21,3 @@ device uart_ns8250
# KSE support went from being default to a kernel option
options KSE
-
-# Kernel support for loading DTrace modules
-options KDTRACE
OpenPOWER on IntegriCloud