Deleted Added
full compact
NOTES (163630) 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/amd64/conf/NOTES 163630 2006-10-23 13:23:14Z ru $
7# $FreeBSD: head/sys/amd64/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#####################################################################

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

273# implementation.
274#
275# ACPI_DEBUG enables the use of the debug.acpi.level and debug.acpi.layer
276# kernel environment variables to select initial debugging levels for the
277# Intel ACPICA code. (Note that the Intel code must also have USE_DEBUGGER
278# defined when it is built).
279#
280# ACPI_NO_SEMAPHORES makes the AcpiOs*Semaphore routines a no-op.
8#
9
10#
11# We want LINT to cover profiling as well.
12profile 2
13
14
15#####################################################################

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

273# implementation.
274#
275# ACPI_DEBUG enables the use of the debug.acpi.level and debug.acpi.layer
276# kernel environment variables to select initial debugging levels for the
277# Intel ACPICA code. (Note that the Intel code must also have USE_DEBUGGER
278# defined when it is built).
279#
280# ACPI_NO_SEMAPHORES makes the AcpiOs*Semaphore routines a no-op.
281#
282# ACPICA_PEDANTIC enables strict checking of AML. Our default is to
283# relax these checks to allow code generated by the Microsoft compiler
284# to still execute.
285#
286# Note that building ACPI into the kernel is deprecated; the module is
287# normally loaded automatically by the loader.
288
289device acpi
290options ACPI_DEBUG
291#!options ACPI_NO_SEMAPHORES
281
282device acpi
283options ACPI_DEBUG
284#!options ACPI_NO_SEMAPHORES
292#!options ACPICA_PEDANTIC
293
294# The cpufreq(4) driver provides support for non-ACPI CPU frequency control
295device cpufreq
296
297# Direct Rendering modules for 3D acceleration.
298device drm # DRM core module required by DRM drivers
299device i915drm # Intel i830 through i915
300device mach64drm # ATI Rage Pro, Rage Mobility P/M, Rage XL

--- 366 unchanged lines hidden ---
285
286# The cpufreq(4) driver provides support for non-ACPI CPU frequency control
287device cpufreq
288
289# Direct Rendering modules for 3D acceleration.
290device drm # DRM core module required by DRM drivers
291device i915drm # Intel i830 through i915
292device mach64drm # ATI Rage Pro, Rage Mobility P/M, Rage XL

--- 366 unchanged lines hidden ---