Deleted Added
full compact
options (116817) options (116874)
1# $FreeBSD: head/sys/conf/options 116817 2003-06-25 14:51:20Z sam $
1# $FreeBSD: head/sys/conf/options 116874 2003-06-26 09:50:52Z smkelly $
2#
3# On the handling of kernel options
4#
5# All kernel options should be listed in NOTES, with suitable
6# descriptions. Negative options (options that make some code not
7# compile) should be commented out; LINT (generated from NOTES) should
8# compile as much code as possible. Try to structure option-using
9# code so that a single option only switch code on, or only switch

--- 427 unchanged lines hidden (view full) ---

437PLIP_DEBUG opt_plip.h
438LOCKF_DEBUG opt_debug_lockf.h
439MUTEX_DEBUG opt_global.h
440MUTEX_NOINLINE opt_global.h
441MUTEX_PROFILING opt_global.h
442NPX_DEBUG opt_debug_npx.h
443NETATALKDEBUG opt_atalk.h
444SI_DEBUG opt_debug_si.h
2#
3# On the handling of kernel options
4#
5# All kernel options should be listed in NOTES, with suitable
6# descriptions. Negative options (options that make some code not
7# compile) should be commented out; LINT (generated from NOTES) should
8# compile as much code as possible. Try to structure option-using
9# code so that a single option only switch code on, or only switch

--- 427 unchanged lines hidden (view full) ---

437PLIP_DEBUG opt_plip.h
438LOCKF_DEBUG opt_debug_lockf.h
439MUTEX_DEBUG opt_global.h
440MUTEX_NOINLINE opt_global.h
441MUTEX_PROFILING opt_global.h
442NPX_DEBUG opt_debug_npx.h
443NETATALKDEBUG opt_atalk.h
444SI_DEBUG opt_debug_si.h
445WATCHDOG opt_watchdog.h
445
446# Fb options
447FB_DEBUG opt_fb.h
448FB_INSTALL_CDEV opt_fb.h
449
450# ppbus related options
451PERIPH_1284 opt_ppb_1284.h
452DONTPROBE_1284 opt_ppb_1284.h

--- 202 unchanged lines hidden ---
446
447# Fb options
448FB_DEBUG opt_fb.h
449FB_INSTALL_CDEV opt_fb.h
450
451# ppbus related options
452PERIPH_1284 opt_ppb_1284.h
453DONTPROBE_1284 opt_ppb_1284.h

--- 202 unchanged lines hidden ---