Deleted Added
full compact
options (221312) options (221393)
1# $FreeBSD: head/sys/conf/options 221312 2011-05-02 05:39:43Z adrian $
1# $FreeBSD: head/sys/conf/options 221393 2011-05-03 17:37:24Z jhb $
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

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

131MAC_STUB opt_dontuse.h
132MAC_TEST opt_dontuse.h
133MD_ROOT opt_md.h
134MD_ROOT_SIZE opt_md.h
135MFI_DEBUG opt_mfi.h
136MFI_DECODE_LOG opt_mfi.h
137MPROF_BUFFERS opt_mprof.h
138MPROF_HASH_SIZE opt_mprof.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

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

131MAC_STUB opt_dontuse.h
132MAC_TEST opt_dontuse.h
133MD_ROOT opt_md.h
134MD_ROOT_SIZE opt_md.h
135MFI_DEBUG opt_mfi.h
136MFI_DECODE_LOG opt_mfi.h
137MPROF_BUFFERS opt_mprof.h
138MPROF_HASH_SIZE opt_mprof.h
139NEW_PCIB opt_global.h
139NO_ADAPTIVE_MUTEXES opt_adaptive_mutexes.h
140NO_ADAPTIVE_RWLOCKS
141NO_ADAPTIVE_SX
142NO_SYSCTL_DESCR opt_global.h
143NSWBUF_MIN opt_swap.h
144MBUF_PACKET_ZONE_DISABLE opt_global.h
145PANIC_REBOOT_WAIT_TIME opt_panic.h
146PPC_DEBUG opt_ppc.h

--- 751 unchanged lines hidden ---
140NO_ADAPTIVE_MUTEXES opt_adaptive_mutexes.h
141NO_ADAPTIVE_RWLOCKS
142NO_ADAPTIVE_SX
143NO_SYSCTL_DESCR opt_global.h
144NSWBUF_MIN opt_swap.h
145MBUF_PACKET_ZONE_DISABLE opt_global.h
146PANIC_REBOOT_WAIT_TIME opt_panic.h
147PPC_DEBUG opt_ppc.h

--- 751 unchanged lines hidden ---