diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/configure.ac b/configure.ac index 869493f..16b93e1 100644 --- a/configure.ac +++ b/configure.ac @@ -115,14 +115,10 @@ fi # AVOID_CPIO: Only x86, amd64, and alpha are cool with CPIO. It needs a # little-endian, undirected PIO space of at least 64kB. -# AVOID_NON_PCI: Platforms which don't deal with PCI master aborts should -# stick to PCI-only probing, stick their fingers in their ears, and pretend -# that ISA cards simply don't exist. # AVOID_DGA: ??? # ATI_TV_OUT: This only works on x86. ATIMISC_CPIO=no -ATIMISC_NON_PCI=yes ATIMISC_DGA=yes ATIMISC_TV_OUT=no @@ -137,9 +133,6 @@ case $host_cpu in sparc) ATIMISC_DGA=no ;; - powerpc) - ATIMISC_NON_PCI=no - ;; *) ;; esac @@ -153,15 +146,6 @@ else AC_MSG_RESULT([no, MMIO]) fi -AC_MSG_CHECKING([whether to include support for non-PCI devices]) -AM_CONDITIONAL(ATIMISC_NON_PCI, test "x$ATIMISC_NON_PCI" = xyes) -if test "x$ATI_AVOID_NON_PCI" = xyes; then - AC_MSG_RESULT([yes, PCI and ISA]) -else - AC_DEFINE(AVOID_NON_PCI, 1, [Only probe PCI cards; do not probe ISA.]) - AC_MSG_RESULT([no, PCI only]) -fi - AC_MSG_CHECKING([whether to include DGA support]) AC_MSG_RESULT([$ATIMISC_DGA]) AM_CONDITIONAL(ATIMISC_DGA, test "x$ATIMISC_DGA" = xyes) |