Deleted Added
full compact
options (256753) options (257251)
1# $FreeBSD: head/sys/conf/options 256753 2013-10-18 20:52:42Z brooks $
1# $FreeBSD: head/sys/conf/options 257251 2013-10-28 13:33:29Z kib $
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

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

683WITNESS_NO_VNODE opt_witness.h
684WITNESS_SKIPSPIN opt_witness.h
685OPENSOLARIS_WITNESS opt_global.h
686
687# options for ACPI support
688ACPI_DEBUG opt_acpi.h
689ACPI_MAX_TASKS opt_acpi.h
690ACPI_MAX_THREADS opt_acpi.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

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

683WITNESS_NO_VNODE opt_witness.h
684WITNESS_SKIPSPIN opt_witness.h
685OPENSOLARIS_WITNESS opt_global.h
686
687# options for ACPI support
688ACPI_DEBUG opt_acpi.h
689ACPI_MAX_TASKS opt_acpi.h
690ACPI_MAX_THREADS opt_acpi.h
691ACPI_DMAR opt_acpi.h
691
692# ISA support
693DEV_ISA opt_isa.h
694ISAPNP opt_isa.h
695
696# various 'device presence' options.
697DEV_BPF opt_bpf.h
698DEV_NETMAP opt_global.h

--- 216 unchanged lines hidden ---
692
693# ISA support
694DEV_ISA opt_isa.h
695ISAPNP opt_isa.h
696
697# various 'device presence' options.
698DEV_BPF opt_bpf.h
699DEV_NETMAP opt_global.h

--- 216 unchanged lines hidden ---