rpms/xorg-x11/devel xorg-x11-6.8.2-ati-ragexl-ia64-avoidcpiofix.patch, NONE, 1.1

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri May 13 15:53:05 UTC 2005


Author: mharris

Update of /cvs/dist/rpms/xorg-x11/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv3157

Added Files:
	xorg-x11-6.8.2-ati-ragexl-ia64-avoidcpiofix.patch 
Log Message:
Add xorg-x11-6.8.2-ati-ragexl-ia64-avoidcpiofix.patch for bug #155609, #155610

xorg-x11-6.8.2-ati-ragexl-ia64-avoidcpiofix.patch:
 Imakefile |   23 +++++++++++++----------
 1 files changed, 13 insertions(+), 10 deletions(-)

--- NEW FILE xorg-x11-6.8.2-ati-ragexl-ia64-avoidcpiofix.patch ---
Index: Imakefile
===================================================================
RCS file: /cvs/xorg/xc/programs/Xserver/hw/xfree86/drivers/ati/Imakefile,v
retrieving revision 1.6.2.1
diff -u -r1.6.2.1 Imakefile
--- xc/programs/Xserver/hw/xfree86/drivers/ati/Imakefile	15 Dec 2004 08:47:20 -0000	1.6.2.1
+++ xc/programs/Xserver/hw/xfree86/drivers/ati/Imakefile	25 Apr 2005 20:35:08 -0000
@@ -87,16 +87,8 @@
  * Currently, ATIAvoidNonPCI needs to be set to YES for those platforms that do
  * not tolerate PCI master aborts.
  */
-/* 
- * Some older IA64 platforms don't mind if we are poking around in PIO
- * space, however the newer once do an MC if we poke any registers outside
- * a small band in the VGA range. Therefore it is best not to touch PIO
- * space in IA64 at all. 
- * This will disenfranchise Mach8/32 users but these cards are ISA and
- * there is no IA64 with ISA slots. It is not recommended to use ISA
- * adaptor boards for those cards.
- */
 #if defined(i386Architecture) || \
+    defined(ia64Architecture) || \
     defined(AMD64Architecture) || \
     defined(AlphaArchitecture)
 # ifndef ATIAvoidCPIO
@@ -107,7 +99,18 @@
 # define ATIAvoidCPIO YES
 #endif
 
-#if defined(PpcArchitecture)
+/* 
+ * Some older IA64 platforms don't mind if we are poking around in PIO
+ * space, however the newer once do an MC if we poke any registers outside
+ * a small band in the VGA range. Therefore it is best not to probe for
+ * ISA cards.
+ * This will disenfranchise Mach8/32 users since these cards are ISA but
+ * there is no IA64 with ISA slots. It is not recommended to use ISA
+ * adaptor boards for those cards.
+ * Therefore, we disable non-PCI probing on ia64.
+ */
+#if defined(PpcArchitecture) || \
+    defined(ia64Architecture)
 # undef ATIAvoidNonPCI
 # define ATIAvoidNonPCI YES
 #elif !defined(ATIAvoidNonPCI)




More information about the fedora-cvs-commits mailing list