summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authoranholt <anholt@FreeBSD.org>2005-04-16 03:44:47 +0000
committeranholt <anholt@FreeBSD.org>2005-04-16 03:44:47 +0000
commited881e3d943468fbc6be48896b366e62289da086 (patch)
treea78e79aa5b7b85f67ae2b321bc1be28f19b499b2 /sys/amd64
parent9de8e0daf94d3598eba43ca102b8629938c52342 (diff)
downloadFreeBSD-src-ed881e3d943468fbc6be48896b366e62289da086.zip
FreeBSD-src-ed881e3d943468fbc6be48896b366e62289da086.tar.gz
Update to DRM CVS as of 2005-04-12, bringing many changes:
- Split core DRM routines back into their own module, rather than using the nasty templated system like before. - Development-class R300 support in radeon driver (requires userland pieces, of course). - Mach64 driver (haven't tested in a while -- my mach64s no longer fit in the testbox). Covers Rage Pros, Rage Mobility P/M, Rage XL, and some others. - i915 driver files, which just need to get drm_drv.c fixed to allow attachment to the drmsub device. Covers i830 through i915 integrated graphics. - savage driver files, which should require minimal changes to work. Covers the Savage3D, Savage IX/MX, Savage 4, ProSavage. - Support for color and texture tiling and HyperZ features of Radeon. Thanks to: scottl (much p4 handholding) Jung-uk Kim (helpful prodding) PR: [1] kern/76879, [2] kern/72548 Submitted by: [1] Alex, lesha at intercaf dot ru [2] Shaun Jurrens, shaun at shamz dot net
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/conf/NOTES27
1 files changed, 9 insertions, 18 deletions
diff --git a/sys/amd64/conf/NOTES b/sys/amd64/conf/NOTES
index bf6d717..f778012 100644
--- a/sys/amd64/conf/NOTES
+++ b/sys/amd64/conf/NOTES
@@ -196,24 +196,15 @@ options ACPI_MAX_THREADS=1
#!options ACPI_NO_SEMAPHORES
#!options ACPICA_PEDANTIC
-# DRM options:
-# mgadrm: AGP Matrox G200, G400, G450, G550
-# r128drm: ATI Rage 128
-# radeondrm: ATI Radeon up to 9000/9100
-# sisdrm: SiS 300/305,540,630
-# tdfxdrm: 3dfx Voodoo 3/4/5 and Banshee
-# DRM_DEBUG: include debug printfs, very slow
-#
-# mga requires AGP in the kernel, and it is recommended
-# for AGP r128 and radeon cards.
-
-device mgadrm
-device r128drm
-device radeondrm
-device sisdrm
-device tdfxdrm
-
-options DRM_DEBUG
+# Direct Rendering modules for 3D acceleration.
+device drm # DRM core module required by DRM drivers
+device mach64drm # ATI Rage Pro, Rage Mobility P/M, Rage XL
+device mgadrm # AGP Matrox G200, G400, G450, G550
+device r128drm # ATI Rage 128
+device radeondrm # ATI Radeon up to 9200
+device sisdrm # SiS 300/305, 540, 630
+device tdfxdrm # 3dfx Voodoo 3/4/5 and Banshee
+options DRM_DEBUG # Include debug printfs (slow)
#
# Network interfaces:
OpenPOWER on IntegriCloud