options (9c0ecdcc) options (2063b358)
1# $FreeBSD: src/sys/conf/options,v 1.191.2.53 2003/06/04 17:56:58 sam Exp $
2#
3# On the handling of kernel options
4#
5# All kernel options should be listed in LINT, with suitable
6# descriptions. Negative options (options that make some code not
7# compile) should be commented out; LINT should compile as much code
8# as possible. Try to structure option-using code so that a single

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

60AHD_TMODE_ENABLE opt_aic79xx.h # Bitmap of units to enable
61 # targetmode operations.
62
63AHD_REG_PRETTY_PRINT opt_aic79xx.h # Print register bitfields in debug
64 # output. Adds ~15k to driver.
65
66ADW_ALLOW_MEMIO opt_adw.h # Allow PCI devices to use memory
67 # mapped I/O
1# $FreeBSD: src/sys/conf/options,v 1.191.2.53 2003/06/04 17:56:58 sam Exp $
2#
3# On the handling of kernel options
4#
5# All kernel options should be listed in LINT, with suitable
6# descriptions. Negative options (options that make some code not
7# compile) should be commented out; LINT should compile as much code
8# as possible. Try to structure option-using code so that a single

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

60AHD_TMODE_ENABLE opt_aic79xx.h # Bitmap of units to enable
61 # targetmode operations.
62
63AHD_REG_PRETTY_PRINT opt_aic79xx.h # Print register bitfields in debug
64 # output. Adds ~15k to driver.
65
66ADW_ALLOW_MEMIO opt_adw.h # Allow PCI devices to use memory
67 # mapped I/O
68AMR_DEBUG opt_amr.h
68TWA_DEBUG opt_twa.h
69
70#options for ACPI support
71ACPI_DEBUG opt_acpi.h
72ACPI_NO_SEMAPHORES opt_acpi.h
73ACPI_ENABLE_PCI opt_acpi.h
74
75# Miscellaneous options.

--- 615 unchanged lines hidden ---
69TWA_DEBUG opt_twa.h
70
71#options for ACPI support
72ACPI_DEBUG opt_acpi.h
73ACPI_NO_SEMAPHORES opt_acpi.h
74ACPI_ENABLE_PCI opt_acpi.h
75
76# Miscellaneous options.

--- 615 unchanged lines hidden ---