Deleted Added
full compact
NOTES (163817) NOTES (167814)
1#
2# NOTES -- Lines that can be cut/pasted into kernel and hints configs.
3#
4# This file contains machine dependent kernel configuration notes. For
5# machine independent notes, look in /sys/conf/NOTES.
6#
1#
2# NOTES -- Lines that can be cut/pasted into kernel and hints configs.
3#
4# This file contains machine dependent kernel configuration notes. For
5# machine independent notes, look in /sys/conf/NOTES.
6#
7# $FreeBSD: head/sys/i386/conf/NOTES 163817 2006-10-31 07:22:24Z takawata $
7# $FreeBSD: head/sys/i386/conf/NOTES 167814 2007-03-22 18:16:43Z jkim $
8#
9
10#
11# We want LINT to cover profiling as well.
12profile 2
13
14
15#####################################################################

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

501#
502# ACPI_DEBUG enables the use of the debug.acpi.level and debug.acpi.layer
503# kernel environment variables to select initial debugging levels for the
504# Intel ACPICA code. (Note that the Intel code must also have USE_DEBUGGER
505# defined when it is built).
506#
507# ACPI_NO_SEMAPHORES makes the AcpiOs*Semaphore routines a no-op.
508#
8#
9
10#
11# We want LINT to cover profiling as well.
12profile 2
13
14
15#####################################################################

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

501#
502# ACPI_DEBUG enables the use of the debug.acpi.level and debug.acpi.layer
503# kernel environment variables to select initial debugging levels for the
504# Intel ACPICA code. (Note that the Intel code must also have USE_DEBUGGER
505# defined when it is built).
506#
507# ACPI_NO_SEMAPHORES makes the AcpiOs*Semaphore routines a no-op.
508#
509# ACPICA_PEDANTIC enables strict checking of AML. Our default is to
510# relax these checks to allow code generated by the Microsoft compiler
511# to still execute.
512#
513# Note that building ACPI into the kernel is deprecated; the module is
514# normally loaded automatically by the loader.
515
516device acpi
517options ACPI_DEBUG
518#!options ACPI_NO_SEMAPHORES
509# Note that building ACPI into the kernel is deprecated; the module is
510# normally loaded automatically by the loader.
511
512device acpi
513options ACPI_DEBUG
514#!options ACPI_NO_SEMAPHORES
519#!options ACPICA_PEDANTIC
520
521# ACPI Asus Desktop Extras. (voltage, temp, fan)
522device acpi_aiboost
523
524# ACPI Asus Extras (LCD backlight/brightness, video output, etc.)
525device acpi_asus
526
527# ACPI Fujitsu Extras (Buttons)

--- 691 unchanged lines hidden ---
515
516# ACPI Asus Desktop Extras. (voltage, temp, fan)
517device acpi_aiboost
518
519# ACPI Asus Extras (LCD backlight/brightness, video output, etc.)
520device acpi_asus
521
522# ACPI Fujitsu Extras (Buttons)

--- 691 unchanged lines hidden ---