Deleted Added
full compact
options (257524) options (259512)
1# $FreeBSD: stable/10/sys/conf/options 257524 2013-11-01 20:33:30Z brooks $
1# $FreeBSD: stable/10/sys/conf/options 259512 2013-12-17 13:49:35Z 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 ---