Deleted Added
full compact
NOTES (147687) NOTES (148211)
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 147687 2005-06-30 05:33:26Z peter $
7# $FreeBSD: head/sys/amd64/conf/NOTES 148211 2005-07-20 21:10:57Z anholt $
8#
9
10#
11# This directive is mandatory; it defines the architecture to be
12# configured for; in this case, the AMD64 family based machines.
13#
14machine amd64
15

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

205# The cpufreq(4) driver provides support for non-ACPI CPU frequency control
206device cpufreq
207
208# Direct Rendering modules for 3D acceleration.
209device drm # DRM core module required by DRM drivers
210device mach64drm # ATI Rage Pro, Rage Mobility P/M, Rage XL
211device mgadrm # AGP Matrox G200, G400, G450, G550
212device r128drm # ATI Rage 128
8#
9
10#
11# This directive is mandatory; it defines the architecture to be
12# configured for; in this case, the AMD64 family based machines.
13#
14machine amd64
15

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

205# The cpufreq(4) driver provides support for non-ACPI CPU frequency control
206device cpufreq
207
208# Direct Rendering modules for 3D acceleration.
209device drm # DRM core module required by DRM drivers
210device mach64drm # ATI Rage Pro, Rage Mobility P/M, Rage XL
211device mgadrm # AGP Matrox G200, G400, G450, G550
212device r128drm # ATI Rage 128
213device radeondrm # ATI Radeon up to 9200
213device radeondrm # ATI Radeon
214device sisdrm # SiS 300/305, 540, 630
215device tdfxdrm # 3dfx Voodoo 3/4/5 and Banshee
216options DRM_DEBUG # Include debug printfs (slow)
217
218#
219# Network interfaces:
220#
221

--- 334 unchanged lines hidden ---
214device sisdrm # SiS 300/305, 540, 630
215device tdfxdrm # 3dfx Voodoo 3/4/5 and Banshee
216options DRM_DEBUG # Include debug printfs (slow)
217
218#
219# Network interfaces:
220#
221

--- 334 unchanged lines hidden ---