*From:* "Bernhard R. Link" <[email protected]>
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=566545

Attached patch should tell the autodection code that mips machines can
have newport cards so they get tested and used.

(Untested, but it looks trivally enough to fix the first of the three
problems in http://bugs.debian.org/566490).

diff --git a/hw/xfree86/common/xf86AutoConfig.c 
b/hw/xfree86/common/xf86AutoConfig.c
index a6199b0..ff6107e 100644
--- a/hw/xfree86/common/xf86AutoConfig.c
+++ b/hw/xfree86/common/xf86AutoConfig.c
@@ -507,6 +507,8 @@ listPossibleVideoDrivers(char *matches[], int nmatches)
        matches[i++] = xnfstrdup("vesa");
 #elif defined(__sparc__) && !defined(sun)
        matches[i++] = xnfstrdup("sunffb");
+#elif defined(__mips__)
+       matches[i++] = xnfstrdup("newport");
 #endif
     }


_______________________________________________
xorg-devel mailing list
[email protected]
http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to