Deleted Added
full compact
NOTES (171145) NOTES (171146)
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 171145 2007-07-01 21:47:45Z njl $
7# $FreeBSD: head/sys/amd64/conf/NOTES 171146 2007-07-01 22:19:20Z njl $
8#
9
10#
11# We want LINT to cover profiling as well.
12profile 2
13
14
15#####################################################################

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

278# defined when it is built).
279#
280# ACPI_NO_SEMAPHORES makes the AcpiOs*Semaphore routines a no-op.
281
282device acpi
283options ACPI_DEBUG
284#!options ACPI_NO_SEMAPHORES
285
8#
9
10#
11# We want LINT to cover profiling as well.
12profile 2
13
14
15#####################################################################

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

278# defined when it is built).
279#
280# ACPI_NO_SEMAPHORES makes the AcpiOs*Semaphore routines a no-op.
281
282device acpi
283options ACPI_DEBUG
284#!options ACPI_NO_SEMAPHORES
285
286# The cpufreq(4) driver provides support for non-ACPI CPU frequency control
287device cpufreq
288
286# Direct Rendering modules for 3D acceleration.
287device drm # DRM core module required by DRM drivers
288device i915drm # Intel i830 through i915
289device mach64drm # ATI Rage Pro, Rage Mobility P/M, Rage XL
290device mgadrm # AGP Matrox G200, G400, G450, G550
291device r128drm # ATI Rage 128
292device radeondrm # ATI Radeon
293device savagedrm # S3 Savage3D, Savage4

--- 366 unchanged lines hidden ---
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
293device mgadrm # AGP Matrox G200, G400, G450, G550
294device r128drm # ATI Rage 128
295device radeondrm # ATI Radeon
296device savagedrm # S3 Savage3D, Savage4

--- 366 unchanged lines hidden ---