2008-07-05 02:00:28 +02:00
|
|
|
--- hw/xfree86/os-support/bus/linuxPci.c.orig 2008-04-10 20:58:00.000000000 +0200
|
|
|
|
+++ hw/xfree86/os-support/bus/linuxPci.c 2008-06-16 18:12:32.000000000 +0200
|
|
|
|
@@ -133,6 +133,10 @@ linuxPciOpenFile(struct pci_device *dev,
|
|
|
|
struct stat ignored;
|
|
|
|
static int is26 = -1;
|
2006-12-18 15:48:26 +01:00
|
|
|
|
|
|
|
+#if __PPC
|
2008-07-05 02:00:28 +02:00
|
|
|
+ is26 = 0;
|
2006-12-18 15:48:26 +01:00
|
|
|
+#endif
|
2008-07-05 02:00:28 +02:00
|
|
|
+
|
|
|
|
if (dev == NULL) {
|
|
|
|
return -1;
|
|
|
|
}
|