2005年4月12日現在のDRM CVSにアップデートしました

削除

# 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 9000/91009200
device sisdrm
SiS 300/305, 540, 630
device tdfxdrm
3dfx Voodoo 3/4/5 and Banshee
options DRM_DEBUG
Include debug printfs, very slow (slow)

commit log

Update to DRM CVS as of 2005-04-12, bringing many changes:
以下の多くの変更を持もつ2005年4月12日現在のDRM CVSにアップデートしました。

  • Split core DRM routines back into their own module, rather than using the nasty templated system like before.
  • 分離したコアDRMルーチンは前のような厄介なテンプレートシステムを使用するよりむしろそれら自身のモジュールに戻しました。
  • Development-class R300 support in radeon driver (requires userland pieces, of course).
  • radeonドライバでの開発クラスR300サポート(もちろんuserland部分を必要とする)。
  • 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.
  • Mach64ドライバ(しばらくテストされていない--私のmach64はもうテスト機にはまりません)。Rage Pros、Rage Mobility P/M、Rage XL、およびその他いくつかをカバーします。
  • 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.
  • i915ドライバファイルはdrmsubデバイスへの付属を許容する修正をしたdrm_drv.cを手に入れる必要があります。i915の統合グラフィックスを通してi830をカバーします。
  • savage driver files, which should require minimal changes to work. Covers the Savage3D, Savage IX/MX, Savage 4, ProSavage.
  • savageドライバファイルは動かすために最小限度の変更を必要とします。Savage3D、Savage IX/MX、Savage 4、ProSavageをカバーします。
  • Support for color and texture tiling and HyperZ features of Radeon.
  • RadeonのカラーとテクスチャタイリングとHyperZの機能をサポートします。
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

$FreeBSD: src/sys/i386/conf/NOTES,v 1.1194 2005/04/16 03:44:46 anholt Exp $