Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/i386/conf enable the drm drivers; they've been test...



details:   https://anonhg.NetBSD.org/src/rev/d2f779011799
branches:  trunk
changeset: 755310:d2f779011799
user:      mrg <mrg%NetBSD.org@localhost>
date:      Tue Jun 01 02:40:13 2010 +0000

description:
enable the drm drivers; they've been tested for ages and have been
enabled on amd64 for some months now.  as requested in PR#42936.

diffstat:

 sys/arch/i386/conf/GENERIC |  14 ++++++++++++--
 1 files changed, 12 insertions(+), 2 deletions(-)

diffs (35 lines):

diff -r 8b8411a55c34 -r d2f779011799 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Mon May 31 23:53:02 2010 +0000
+++ b/sys/arch/i386/conf/GENERIC        Tue Jun 01 02:40:13 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.983 2010/05/22 19:02:08 plunky Exp $
+# $NetBSD: GENERIC,v 1.984 2010/06/01 02:40:13 mrg Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.983 $"
+#ident                 "GENERIC-$Revision: 1.984 $"
 
 maxusers       64              # estimated number of users
 
@@ -555,6 +555,16 @@
 pcppi0         at isa?
 sysbeep0       at pcppi?
 
+# DRI driver
+i915drm*       at vga?         # Intel i915, i945 DRM driver
+mach64drm*     at vga?         # mach64 (3D Rage Pro, Rage) DRM driver
+mgadrm*                at vga?         # Matrox G[24]00, G[45]50 DRM driver
+r128drm*       at vga?         # ATI Rage 128 DRM driver
+radeondrm*     at vga?         # ATI Radeon DRM driver
+savagedrm*     at vga?         # S3 Savage DRM driver
+sisdrm*                at vga?         # SiS DRM driver
+tdfxdrm*       at vga?         # 3dfx (voodoo) DRM driver
+
 # Serial Devices
 
 # PCI serial interfaces



Home | Main Index | Thread Index | Old Index