As suggested by Bernhard R. Link in Debian bug report #566545 (http://bugs.debian.org/566545), newport is a candidate for autodetection on mips.
Signed-off-by: Cyril Brulebois <[email protected]> --- hw/xfree86/common/xf86AutoConfig.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/hw/xfree86/common/xf86AutoConfig.c b/hw/xfree86/common/xf86AutoConfig.c index 5c6e721..ef1aab0 100644 --- a/hw/xfree86/common/xf86AutoConfig.c +++ b/hw/xfree86/common/xf86AutoConfig.c @@ -264,6 +264,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 } -- 1.7.4.1 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
