diff options
author | peter <peter@FreeBSD.org> | 2004-03-13 22:16:34 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2004-03-13 22:16:34 +0000 |
commit | 8024902d9aa99f3b2c6d9f3f68f774174ddbfca0 (patch) | |
tree | 535d2418f52fbbce8ae14e4f298794d2530f27a0 /sys/conf/options.amd64 | |
parent | 8ed79310d309a0413a7d64ef1cc6f0cf5c0c04af (diff) | |
download | FreeBSD-src-8024902d9aa99f3b2c6d9f3f68f774174ddbfca0.zip FreeBSD-src-8024902d9aa99f3b2c6d9f3f68f774174ddbfca0.tar.gz |
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.
Diffstat (limited to 'sys/conf/options.amd64')
-rw-r--r-- | sys/conf/options.amd64 | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/sys/conf/options.amd64 b/sys/conf/options.amd64 index 0c1016a..097b622 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 |