Deleted Added
full compact
options (156247) options (156260)
1# $FreeBSD: head/sys/conf/options 156247 2006-03-03 18:09:37Z imp $
1# $FreeBSD: head/sys/conf/options 156260 2006-03-03 21:37:38Z yar $
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

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

593# Embedded system options
594INIT_PATH
595
596ROOTDEVNAME
597
598FDC_DEBUG opt_fdc.h
599PCFCLOCK_VERBOSE opt_pcfclock.h
600PCFCLOCK_MAX_RETRIES opt_pcfclock.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

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

593# Embedded system options
594INIT_PATH
595
596ROOTDEVNAME
597
598FDC_DEBUG opt_fdc.h
599PCFCLOCK_VERBOSE opt_pcfclock.h
600PCFCLOCK_MAX_RETRIES opt_pcfclock.h
601TDFX_LINUX opt_tdfx.h
602
603KTR opt_global.h
604KTR_ALQ opt_ktr.h
605KTR_MASK opt_ktr.h
606KTR_CPUMASK opt_ktr.h
607KTR_COMPILE opt_global.h
608KTR_ENTRIES opt_global.h
609KTR_VERBOSE opt_ktr.h

--- 118 unchanged lines hidden ---
601
602KTR opt_global.h
603KTR_ALQ opt_ktr.h
604KTR_MASK opt_ktr.h
605KTR_CPUMASK opt_ktr.h
606KTR_COMPILE opt_global.h
607KTR_ENTRIES opt_global.h
608KTR_VERBOSE opt_ktr.h

--- 118 unchanged lines hidden ---