mirror of
https://github.com/X11Libre/xf86-video-ati.git
synced 2026-03-24 01:24:43 +00:00
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.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user