summaryrefslogtreecommitdiff
path: root/xc/config/cf/xfree86.cf
diff options
context:
space:
mode:
Diffstat (limited to 'xc/config/cf/xfree86.cf')
-rw-r--r--xc/config/cf/xfree86.cf20
1 files changed, 14 insertions, 6 deletions
diff --git a/xc/config/cf/xfree86.cf b/xc/config/cf/xfree86.cf
index 42d95cc0f..5243fdb39 100644
--- a/xc/config/cf/xfree86.cf
+++ b/xc/config/cf/xfree86.cf
@@ -292,7 +292,7 @@ XCOMM $Xorg: xfree86.cf,v 1.4 2000/08/17 19:41:49 cpqbld Exp $
/*
* Amiga framebuffer module.
- * This is for build testing only. It isn't actually used on this platform.
+ * This is mostly for build testing, but the vesa driver references it.
*/
# ifndef XF86AFB
# define XF86AFB YES
@@ -337,7 +337,7 @@ XCOMM $Xorg: xfree86.cf,v 1.4 2000/08/17 19:41:49 cpqbld Exp $
# endif
# ifndef DriDrivers
-# define DriDrivers gamma i810 i830 mga r128 radeon \
+# define DriDrivers gamma i810 i830 mga r128 radeon r200 \
/*sis*/ tdfx DevelDRIDrivers
# endif
#endif
@@ -421,7 +421,7 @@ XCOMM $Xorg: xfree86.cf,v 1.4 2000/08/17 19:41:49 cpqbld Exp $
# define DevelDRIDrivers /**/
-# define DriDrivers gamma i810 mga r128 radeon \
+# define DriDrivers gamma i810 mga r128 radeon r200 \
TdfxDriDriver DevelDRIDrivers
#endif /*x86_64Arcitecture*/
@@ -768,7 +768,7 @@ XCOMM $Xorg: xfree86.cf,v 1.4 2000/08/17 19:41:49 cpqbld Exp $
XF86OSCardDrivers XF86ExtraCardDrivers
# endif
# ifndef DriDrivers
-# define DriDrivers gamma tdfx mga r128 radeon /*sis*/
+# define DriDrivers gamma tdfx mga r128 radeon r200 /*sis*/
# endif
#endif
@@ -856,7 +856,7 @@ XCOMM $Xorg: xfree86.cf,v 1.4 2000/08/17 19:41:49 cpqbld Exp $
XF86OSCardDrivers XF86ExtraCardDrivers
# endif
# ifndef DriDrivers
-# define DriDrivers gamma tdfx mga r128 radeon
+# define DriDrivers gamma tdfx mga r128 radeon r200
# endif
#endif
@@ -945,7 +945,7 @@ XCOMM $Xorg: xfree86.cf,v 1.4 2000/08/17 19:41:49 cpqbld Exp $
# define TdfxDriDriver /**/
# endif
# ifndef DriDrivers
-# define DriDrivers gamma TdfxDriDriver mga r128 radeon
+# define DriDrivers gamma tdfx mga r128 radeon r200
# endif
#endif
@@ -1159,6 +1159,9 @@ IPLAN2P8_DEFS = -DUSE_IPLAN2P8
# ifndef GlxBuiltInRadeon
# define GlxBuiltInRadeon NO
# endif
+# ifndef GlxBuiltInR200
+# define GlxBuiltInR200 NO
+# endif
# ifndef GlxBuiltInFfb
# define GlxBuiltInFfb NO
# endif
@@ -1172,6 +1175,7 @@ IPLAN2P8_DEFS = -DUSE_IPLAN2P8
GlxBuiltInI830 || \
GlxBuiltInR128 || \
GlxBuiltInRadeon || \
+ GlxBuiltInR200 || \
GlxBuildInFfb || \
GlxBuiltInSIS
# define GlxDriverUsesMesa YES
@@ -1184,6 +1188,7 @@ IPLAN2P8_DEFS = -DUSE_IPLAN2P8
GlxBuiltInI830 || \
GlxBuiltInR128 || \
GlxBuiltInRadeon || \
+ GlxBuiltInR200 || \
GlxBuiltInFfb || \
GlxBuiltInSIS
# define GlxUseBuiltInDRIDriver YES
@@ -1216,6 +1221,9 @@ IPLAN2P8_DEFS = -DUSE_IPLAN2P8
# if GlxBuiltInRadeon
# define DriDrivers radeon
# endif
+# if GlxBuiltInR200
+# define DriDrivers r200
+# endif
# if GlxBuiltInSIS
# define DriDrivers sis
# endif