diff options
| author | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2005-04-17 10:43:43 +0000 |
|---|---|---|
| committer | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2005-04-17 10:43:43 +0000 |
| commit | 3033cea56c867fdc8b06e816ada188d20655d0a8 (patch) | |
| tree | d3e43ed3c56e401d61138a6118dd6f91e896c7b9 | |
| parent | da7b97560b3f8114d057be7b0539425508a9c655 (diff) | |
MFi386: revision 1.1194 (Update the drm driver).
Notes
svn path=/head/; revision=145183
| -rw-r--r-- | sys/pc98/conf/NOTES | 27 |
1 files changed, 9 insertions, 18 deletions
diff --git a/sys/pc98/conf/NOTES b/sys/pc98/conf/NOTES index 1d0af53c66e2..1e66b8ac7287 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 |
