Deleted Added
full compact
NOTES (111878) NOTES (112015)
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 111878 2003-03-04 20:24:53Z jhb $
7# $FreeBSD: head/sys/i386/conf/NOTES 112015 2003-03-09 02:08:30Z anholt $
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

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

423#
424# Note that building ACPI into the kernel is deprecated; the module is
425# normally loaded automatically by the loader.
426#
427device acpi
428options ACPI_DEBUG
429
430# DRM options:
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

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

423#
424# Note that building ACPI into the kernel is deprecated; the module is
425# normally loaded automatically by the loader.
426#
427device acpi
428options ACPI_DEBUG
429
430# DRM options:
431# gammadrm: 3Dlabs Oxygen GMX 2000
432# mgadrm: AGP Matrox G200, G400, G450, G550
433# tdfxdrm: 3dfx Voodoo 3/4/5 and Banshee
431# mgadrm: AGP Matrox G200, G400, G450, G550
432# tdfxdrm: 3dfx Voodoo 3/4/5 and Banshee
434# r128drm: AGP ATI Rage 128
435# radeondrm: AGP ATI Radeon, including 7200 and 7500
433# r128drm: ATI Rage 128
434# radeondrm: ATI Radeon up to 9000/9100
436# DRM_LINUX: include linux compatibility, requires COMPAT_LINUX
435# DRM_LINUX: include linux compatibility, requires COMPAT_LINUX
437# DRM_DEBUG: include debugging code, very slow
436# DRM_DEBUG: include debug printfs, very slow
438#
437#
439# mga, r128, and radeon require AGP in the kernel
438# mga requires AGP in the kernel, and it is recommended
439# for AGP r128 and radeon cards.
440
440
441device gammadrm
442device mgadrm
443device "r128drm"
444device radeondrm
445device tdfxdrm
446
447options DRM_DEBUG
448options DRM_LINUX
449

--- 657 unchanged lines hidden ---
441device mgadrm
442device "r128drm"
443device radeondrm
444device tdfxdrm
445
446options DRM_DEBUG
447options DRM_LINUX
448

--- 657 unchanged lines hidden ---