xf86-video-ati: Branch 'master'

Adam Jackson ajax at kemper.freedesktop.org
Thu Aug 24 16:54:34 PDT 2006


 configure.ac |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

New commits:
diff-tree 1e06212f792d1ed1f7545e16824b86fbd34fa284 (from dfa47b09b5b8d7eeaa3f8ae629ebb3c7efb51511)
Author: Adam Jackson <ajax at benzedrine.nwnk.net>
Date:   Thu Aug 24 19:52:30 2006 -0400

    Enable CPIO in the atimisc driver on ia64 platforms.
    
    This fixes many mach64s, but potentially breaks mach32.  Mach64 is widespread
    on ia64 machines but PCI mach32's are quite rare on any platform.

diff --git a/configure.ac b/configure.ac
index 3a13629..a7cdd10 100644
--- a/configure.ac
+++ b/configure.ac
@@ -135,7 +135,7 @@ case $host_cpu in
     ATIMISC_TV_OUT=yes
     ATIMISC_CPIO=yes
     ;;
-  x86_64|amd64|alpha)
+  x86_64|amd64|alpha|ia64)
     ATIMISC_CPIO=yes
     ;;
   sparc)



More information about the xorg-commit mailing list