Deleted Added
full compact
NOTES (155332) NOTES (156260)
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 155332 2006-02-05 05:06:04Z kensmith $
7# $FreeBSD: head/sys/i386/conf/NOTES 156260 2006-03-03 21:37:38Z yar $
8#
9
10#
11# We want LINT to cover profiling as well.
12profile 2
13
14
15#####################################################################

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

410#
411
412# 3Dfx Voodoo Graphics, Voodoo II /dev/3dfx CDEV support. This will create
413# the /dev/3dfx0 device to work with glide implementations. This should get
414# linked to /dev/3dfx and /dev/voodoo. Note that this is not the same as
415# the tdfx DRI module from XFree86 and is completely unrelated.
416#
417# 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#####################################################################

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

410#
411
412# 3Dfx Voodoo Graphics, Voodoo II /dev/3dfx CDEV support. This will create
413# the /dev/3dfx0 device to work with glide implementations. This should get
414# linked to /dev/3dfx and /dev/voodoo. Note that this is not the same as
415# the tdfx DRI module from XFree86 and is completely unrelated.
416#
417# To enable Linuxulator support, one must also include COMPAT_LINUX in the
418# config as well, or you will not have the dependencies. The other option
419# is to load both as modules.
418# config as well. The other option is to load both as modules.
420
421device tdfx # Enable 3Dfx Voodoo support
419
420device tdfx # Enable 3Dfx Voodoo support
422options TDFX_LINUX # Enable Linuxulator support
421device tdfx_linux # Enable Linuxulator support
423
424#
425# ACPI support using the Intel ACPI Component Architecture reference
426# implementation.
427#
428# ACPI_DEBUG enables the use of the debug.acpi.level and debug.acpi.layer
429# kernel environment variables to select initial debugging levels for the
430# Intel ACPICA code. (Note that the Intel code must also have USE_DEBUGGER

--- 681 unchanged lines hidden ---
422
423#
424# ACPI support using the Intel ACPI Component Architecture reference
425# implementation.
426#
427# ACPI_DEBUG enables the use of the debug.acpi.level and debug.acpi.layer
428# kernel environment variables to select initial debugging levels for the
429# Intel ACPICA code. (Note that the Intel code must also have USE_DEBUGGER

--- 681 unchanged lines hidden ---