summaryrefslogtreecommitdiffstats
path: root/sys/pc98
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2005-04-17 10:43:43 +0000
committernyan <nyan@FreeBSD.org>2005-04-17 10:43:43 +0000
commit0fd846eb5e25bb6a49303919122074b94c5a88e9 (patch)
treed3e43ed3c56e401d61138a6118dd6f91e896c7b9 /sys/pc98
parentdcf4b7818ed7c707a6bdacc683c4c3a0f8db94a9 (diff)
downloadFreeBSD-src-0fd846eb5e25bb6a49303919122074b94c5a88e9.zip
FreeBSD-src-0fd846eb5e25bb6a49303919122074b94c5a88e9.tar.gz
MFi386: revision 1.1194 (Update the drm driver).
Diffstat (limited to 'sys/pc98')
-rw-r--r--sys/pc98/conf/NOTES27
1 files changed, 9 insertions, 18 deletions
diff --git a/sys/pc98/conf/NOTES b/sys/pc98/conf/NOTES
index 1d0af53..1e66b8a 100644
--- a/sys/pc98/conf/NOTES
+++ b/sys/pc98/conf/NOTES
@@ -327,24 +327,15 @@ device npx
device tdfx # Enable 3Dfx Voodoo support
options TDFX_LINUX # Enable Linuxulator support
-# 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)
#
# Bus mouse
OpenPOWER on IntegriCloud