Deleted Added
full compact
NOTES (121375) NOTES (121595)
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 121375 2003-10-22 22:27:49Z njl $
7# $FreeBSD: head/sys/i386/conf/NOTES 121595 2003-10-27 02:42:08Z njl $
8#
9
10#
11# This directive is mandatory; it defines the architecture to be
12# configured for; in this case, the 386 family based IBM-PC and
13# compatibles.
14#
15machine i386

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

419# to still execute.
420#
421# Note that building ACPI into the kernel is deprecated; the module is
422# normally loaded automatically by the loader.
423#
424device acpi
425options ACPI_DEBUG
426options ACPI_MAX_THREADS=1
8#
9
10#
11# This directive is mandatory; it defines the architecture to be
12# configured for; in this case, the 386 family based IBM-PC and
13# compatibles.
14#
15machine i386

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

419# to still execute.
420#
421# Note that building ACPI into the kernel is deprecated; the module is
422# normally loaded automatically by the loader.
423#
424device acpi
425options ACPI_DEBUG
426options ACPI_MAX_THREADS=1
427#options ACPI_NO_SEMAPHORES
428#options ACPICA_PEDANTIC
427#!options ACPI_NO_SEMAPHORES
428#!options ACPICA_PEDANTIC
429
430# DRM options:
431# mgadrm: AGP Matrox G200, G400, G450, G550
432# r128drm: ATI Rage 128
433# radeondrm: ATI Radeon up to 9000/9100
434# sisdrm: SiS 300/305,540,630
435# tdfxdrm: 3dfx Voodoo 3/4/5 and Banshee
436# DRM_DEBUG: include debug printfs, very slow

--- 666 unchanged lines hidden ---
429
430# DRM options:
431# mgadrm: AGP Matrox G200, G400, G450, G550
432# r128drm: ATI Rage 128
433# radeondrm: ATI Radeon up to 9000/9100
434# sisdrm: SiS 300/305,540,630
435# tdfxdrm: 3dfx Voodoo 3/4/5 and Banshee
436# DRM_DEBUG: include debug printfs, very slow

--- 666 unchanged lines hidden ---