diff options
author | anholt <anholt@FreeBSD.org> | 2005-12-03 01:23:50 +0000 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2005-12-03 01:23:50 +0000 |
commit | ec3e11dc526f447eb9ff75bbd7ed3f4f8b30231c (patch) | |
tree | b66cb53d5f41f8985139fef130ed7084a4930f71 /sys/amd64 | |
parent | a4f1b36f3ef8c2625919df1ff99c54138de83b1e (diff) | |
download | FreeBSD-src-ec3e11dc526f447eb9ff75bbd7ed3f4f8b30231c.zip FreeBSD-src-ec3e11dc526f447eb9ff75bbd7ed3f4f8b30231c.tar.gz |
Merge DRM CVS as of 2005-12-02, adding i915 DRM support thanks to Alexey Popov,
and a new r300 PCI ID.
Diffstat (limited to 'sys/amd64')
-rw-r--r-- | sys/amd64/conf/NOTES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/amd64/conf/NOTES b/sys/amd64/conf/NOTES index 2a90df5..cdb8d66 100644 --- a/sys/amd64/conf/NOTES +++ b/sys/amd64/conf/NOTES @@ -204,6 +204,7 @@ 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 |