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.
This commit is contained in:
peter 2004-03-13 22:16:34 +00:00
parent 917733029f
commit ac87f85324
2 changed files with 6 additions and 9 deletions

View File

@ -477,7 +477,7 @@ options PMAP_SHPGPERPROC=201
# (whether static or dynamic).
#
#XXX#options COMPAT_SVR4 # build emulator statically
options DEBUG_SVR4 # enable verbose debugging
#XXX#options DEBUG_SVR4 # enable verbose debugging
#XXX#device streams # STREAMS network driver (required for svr4).

View File

@ -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