options (c49debb6569ccdc28d0056b1b98e02303d41e523) | options (c319ea15f4eea35e673769f77cceaeeae5c87e00) |
---|---|
1# $FreeBSD$ 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 --- 667 unchanged lines hidden (view full) --- 676KTR_COMPILE opt_global.h 677KTR_BOOT_ENTRIES opt_global.h 678KTR_ENTRIES opt_global.h 679KTR_VERBOSE opt_ktr.h 680WITNESS opt_global.h 681WITNESS_KDB opt_witness.h 682WITNESS_NO_VNODE opt_witness.h 683WITNESS_SKIPSPIN opt_witness.h | 1# $FreeBSD$ 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 --- 667 unchanged lines hidden (view full) --- 676KTR_COMPILE opt_global.h 677KTR_BOOT_ENTRIES opt_global.h 678KTR_ENTRIES opt_global.h 679KTR_VERBOSE opt_ktr.h 680WITNESS opt_global.h 681WITNESS_KDB opt_witness.h 682WITNESS_NO_VNODE opt_witness.h 683WITNESS_SKIPSPIN opt_witness.h |
684OPENSOLARIS_WITNESS opt_global.h |
|
684 685# options for ACPI support 686ACPI_DEBUG opt_acpi.h 687ACPI_MAX_TASKS opt_acpi.h 688ACPI_MAX_THREADS opt_acpi.h 689 690# ISA support 691DEV_ISA opt_isa.h --- 219 unchanged lines hidden --- | 685 686# options for ACPI support 687ACPI_DEBUG opt_acpi.h 688ACPI_MAX_TASKS opt_acpi.h 689ACPI_MAX_THREADS opt_acpi.h 690 691# ISA support 692DEV_ISA opt_isa.h --- 219 unchanged lines hidden --- |