X-Git-Url: https://gitweb.dragonflybsd.org/~tuxillo/dragonfly.git/blobdiff_plain/3c532845e898b595e6967c6defaaf726b28dfbb5..08f77d49ed806711540e7cdda02a2267fc592010:/sys/conf/options diff --git a/sys/conf/options b/sys/conf/options index 49c8440e4f..490f19fbf8 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -2,13 +2,13 @@ # # On the handling of kernel options # -# All kernel options should be listed in LINT, with suitable +# All kernel options should be listed in LINT64, with suitable # descriptions. Negative options (options that make some code not -# compile) should be commented out; LINT should compile as much code +# compile) should be commented out; LINT64 should compile as much code # as possible. Try to structure option-using code so that a single # option only switch code on, or only switch code off, to make it # possible to have a full compile-test. If necessary, you can include -# "opt_lint.h" and check for COMPILING_LINT to get maximum code +# "opt_lint.h" and check for COMPILING_LINT64 to get maximum code # coverage. # # All new options shall also be listed in either "conf/options" or @@ -122,7 +122,6 @@ INCLUDE_CONFIG_FILE opt_config.h # dependencies. Unusability is enforced by hiding the defines for the # options in a never-included header. EXT2FS opt_dontuse.h -FDESC opt_dontuse.h HAMMER opt_dontuse.h HPFS opt_dontuse.h MFS opt_dontuse.h @@ -261,7 +260,6 @@ ACCEPT_FILTER_HTTP BOOTP opt_bootp.h BOOTP_COMPAT opt_bootp.h BOOTP_NFSROOT opt_bootp.h -BOOTP_NFSV3 opt_bootp.h BOOTP_WIRED_TO opt_bootp.h CARP opt_carp.h MROUTING opt_mrouting.h @@ -292,7 +290,6 @@ MPLS opt_mpls.h PPP_BSDCOMP opt_ppp.h PPP_DEFLATE opt_ppp.h PPP_FILTER opt_ppp.h -SLIP_IFF_OPTS opt_slip.h TCPDEBUG TCP_SIGNATURE opt_inet.h TCP_DROP_SYNFIN opt_tcp_input.h @@ -450,7 +447,6 @@ DEBUG_CRIT_SECTIONS opt_global.h DIAGNOSTIC opt_global.h INVARIANTS opt_global.h VFS_BIO_DEBUG opt_global.h -DEBUG_INTERRUPTS opt_global.h SOCKBUF_DEBUG opt_global.h PANIC_DEBUG opt_global.h MBUF_DEBUG opt_global.h @@ -555,7 +551,6 @@ KTR_ALL opt_ktr.h KTR_ACPI_EC opt_ktr.h KTR_CTXSW opt_ktr.h KTR_DMCRYPT opt_ktr.h -KTR_DSCHED_BFQ opt_ktr.h KTR_ETHERNET opt_ktr.h KTR_HAMMER opt_ktr.h KTR_IFQ opt_ktr.h @@ -629,9 +624,6 @@ BWN_TXRING_SLOTS opt_bwn.h # siba_bwn driver SIBA_DEBUG opt_siba.h -# ed driver -ED_NO_MIIBUS opt_ed.h - # emx driver EMX_RSS_DEBUG opt_emx.h EMX_TSO_DEBUG opt_emx.h @@ -660,11 +652,6 @@ DCONS_FORCE_GDB opt_dcons.h # deprecated drivers and options I_WANT_DEPRECATED_STUFF opt_deprecated.h -# DSCHED stuff -DSCHED_AS opt_dsched.h -DSCHED_BFQ opt_dsched.h -DSCHED_FQ opt_dsched.h - # Receive Side Scaling (now basecode) RSS_DEBUG opt_rss.h @@ -711,3 +698,4 @@ SYSVSEM opt_dontuse.h SYSVSHM opt_dontuse.h P1003_1B opt_dontuse.h _KPOSIX_VERSION opt_dontuse.h +DSCHED_FQ opt_dontuse.h