Deleted Added
sdiff udiff text old ( 163817 ) new ( 167814 )
full compact
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 $
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
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 ---