summaryrefslogtreecommitdiffstats
path: root/sys/amd64/conf
diff options
context:
space:
mode:
authoranholt <anholt@FreeBSD.org>2005-12-14 00:52:59 +0000
committeranholt <anholt@FreeBSD.org>2005-12-14 00:52:59 +0000
commit63922011a7bba2eb7fa316a5adc8ce04a076ba1b (patch)
treecb26ebc8057d17b4b8b87198aecee62810089a3c /sys/amd64/conf
parent7e2effb167f61e3b2339dba34c36d3c171ad7257 (diff)
downloadFreeBSD-src-63922011a7bba2eb7fa316a5adc8ce04a076ba1b.zip
FreeBSD-src-63922011a7bba2eb7fa316a5adc8ce04a076ba1b.tar.gz
MFC DRM. Notable changes:
- i915 (i830-i915) driver ported. - S3 Savage driver ported. - Added support for ATI_fragment_shader registers for r200. - Improved r300 support, needed for latest r300 DRI driver. - (possibly) r300 PCIE support, needs X.Org server from CVS. - Added support for PCI Matrox cards. - Software fallbacks fixed for Rage 128, which used to render badly or hang. - Some issues reported by WITNESS are fixed.
Diffstat (limited to 'sys/amd64/conf')
-rw-r--r--sys/amd64/conf/NOTES2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/amd64/conf/NOTES b/sys/amd64/conf/NOTES
index 096e82f..a461fc7 100644
--- a/sys/amd64/conf/NOTES
+++ b/sys/amd64/conf/NOTES
@@ -210,10 +210,12 @@ device cpufreq
# Direct Rendering modules for 3D acceleration.
device drm # DRM core module required by DRM drivers
+device i915drm # Intel i830 through i915
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
+device savagedrm # S3 Savage3D, Savage4
device sisdrm # SiS 300/305, 540, 630
device tdfxdrm # 3dfx Voodoo 3/4/5 and Banshee
options DRM_DEBUG # Include debug printfs (slow)
OpenPOWER on IntegriCloud