aboutsummaryrefslogtreecommitdiff
path: root/sys/conf
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2004-03-13 22:16:34 +0000
committerPeter Wemm <peter@FreeBSD.org>2004-03-13 22:16:34 +0000
commit0fef69a2f92118d1c1e9f218a64774886457e740 (patch)
tree535d2418f52fbbce8ae14e4f298794d2530f27a0 /sys/conf
parent75294710ddb3495327afb422f72c2196b8c28651 (diff)
downloadsrc-0fef69a2f92118d1c1e9f218a64774886457e740.tar.gz
src-0fef69a2f92118d1c1e9f218a64774886457e740.zip
MFp4: comment out options that don't exist so that they cannot be
accidently added to config files and be silently accepted. Comment out one bogo-option that crept into NOTES.
Notes
Notes: svn path=/head/; revision=126930
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/options.amd6413
1 files changed, 5 insertions, 8 deletions
diff --git a/sys/conf/options.amd64 b/sys/conf/options.amd64
index 0c1016a2627b..097b62237c2b 100644
--- a/sys/conf/options.amd64
+++ b/sys/conf/options.amd64
@@ -10,14 +10,11 @@ PMAP_SHPGPERPROC opt_pmap.h
# Options for emulators. These should only be used at config time, so
# they are handled like options for static filesystems
# (see src/sys/conf/options), except for broken debugging options.
-IBCS2 opt_dontuse.h
-COMPAT_LINUX opt_dontuse.h
-COMPAT_SVR4 opt_dontuse.h
-DEBUG_SVR4 opt_svr4.h
-NDISAPI opt_dontuse.h
-
-# Change KVM size. Changes things all over the kernel.
-KVA_PAGES opt_global.h
+#IBCS2 opt_dontuse.h
+#COMPAT_LINUX opt_dontuse.h
+#COMPAT_SVR4 opt_dontuse.h
+#DEBUG_SVR4 opt_svr4.h
+#NDISAPI opt_dontuse.h
CLK_CALIBRATION_LOOP opt_clock.h
CLK_USE_I8254_CALIBRATION opt_clock.h