Deleted Added
full compact
NOTES (153033) NOTES (156354)
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 153033 2005-12-03 01:23:50Z anholt $
7# $FreeBSD: head/sys/amd64/conf/NOTES 156354 2006-03-06 15:29:28Z yar $
8#
9
10#
11# We want LINT to cover profiling as well.
12profile 2
13
14
15#####################################################################

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

165#
166
167# 3Dfx Voodoo Graphics, Voodoo II /dev/3dfx CDEV support. This will create
168# the /dev/3dfx0 device to work with glide implementations. This should get
169# linked to /dev/3dfx and /dev/voodoo. Note that this is not the same as
170# the tdfx DRI module from XFree86 and is completely unrelated.
171#
172# To enable Linuxulator support, one must also include COMPAT_LINUX in the
8#
9
10#
11# We want LINT to cover profiling as well.
12profile 2
13
14
15#####################################################################

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

165#
166
167# 3Dfx Voodoo Graphics, Voodoo II /dev/3dfx CDEV support. This will create
168# the /dev/3dfx0 device to work with glide implementations. This should get
169# linked to /dev/3dfx and /dev/voodoo. Note that this is not the same as
170# the tdfx DRI module from XFree86 and is completely unrelated.
171#
172# To enable Linuxulator support, one must also include COMPAT_LINUX in the
173# config as well, or you will not have the dependencies. The other option
174# is to load both as modules.
173# config as well. The other option is to load both as modules.
175
176device tdfx # Enable 3Dfx Voodoo support
174
175device tdfx # Enable 3Dfx Voodoo support
177#XXX#options TDFX_LINUX # Enable Linuxulator support
176#XXX#device tdfx_linux # Enable Linuxulator support
178
179#
180# ACPI support using the Intel ACPI Component Architecture reference
181# implementation.
182#
183# ACPI_DEBUG enables the use of the debug.acpi.level and debug.acpi.layer
184# kernel environment variables to select initial debugging levels for the
185# Intel ACPICA code. (Note that the Intel code must also have USE_DEBUGGER

--- 372 unchanged lines hidden ---
177
178#
179# ACPI support using the Intel ACPI Component Architecture reference
180# implementation.
181#
182# ACPI_DEBUG enables the use of the debug.acpi.level and debug.acpi.layer
183# kernel environment variables to select initial debugging levels for the
184# Intel ACPICA code. (Note that the Intel code must also have USE_DEBUGGER

--- 372 unchanged lines hidden ---