Deleted Added
full compact
options (144612) options (145256)
1# $FreeBSD: head/sys/conf/options 144612 2005-04-03 23:49:13Z jeff $
1# $FreeBSD: head/sys/conf/options 145256 2005-04-19 04:01:25Z jkoshy $
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

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

694NI4BRBCH opt_i4b.h
695NI4BTEL opt_i4b.h
696NI4BIPR opt_i4b.h
697NI4BING opt_i4b.h
698NI4BISPPP opt_i4b.h
699
700# VFS options
701LOOKUP_SHARED opt_vfs.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

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

694NI4BRBCH opt_i4b.h
695NI4BTEL opt_i4b.h
696NI4BIPR opt_i4b.h
697NI4BING opt_i4b.h
698NI4BISPPP opt_i4b.h
699
700# VFS options
701LOOKUP_SHARED opt_vfs.h
702
703# HWPMC options
704HWPMC_HOOKS opt_global.h