Deleted Added
full compact
options (121628) options (121641)
1# $FreeBSD: head/sys/conf/options 121628 2003-10-28 05:47:40Z sam $
1# $FreeBSD: head/sys/conf/options 121641 2003-10-29 03:30:45Z iwasaki $
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

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

594WITNESS opt_global.h
595WITNESS_DDB opt_witness.h
596WITNESS_SKIPSPIN opt_witness.h
597
598# options for ACPI support
599ACPI_DEBUG opt_acpi.h
600ACPI_MAX_THREADS opt_acpi.h
601ACPI_NO_SEMAPHORES 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

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

594WITNESS opt_global.h
595WITNESS_DDB opt_witness.h
596WITNESS_SKIPSPIN opt_witness.h
597
598# options for ACPI support
599ACPI_DEBUG opt_acpi.h
600ACPI_MAX_THREADS opt_acpi.h
601ACPI_NO_SEMAPHORES opt_acpi.h
602ACPI_NO_RESET_VIDEO opt_acpi.h
602ACPICA_PEDANTIC opt_acpi.h
603
604# options for DEVFS, see sys/fs/devfs/devfs.h
605NDEVFSINO opt_devfs.h
606NDEVFSOVERFLOW opt_devfs.h
607
608# various 'device presence' options.
609DEV_ISA opt_isa.h

--- 77 unchanged lines hidden ---
603ACPICA_PEDANTIC opt_acpi.h
604
605# options for DEVFS, see sys/fs/devfs/devfs.h
606NDEVFSINO opt_devfs.h
607NDEVFSOVERFLOW opt_devfs.h
608
609# various 'device presence' options.
610DEV_ISA opt_isa.h

--- 77 unchanged lines hidden ---