forked from pool/xorg-x11-server
14 lines
356 B
Diff
14 lines
356 B
Diff
--- 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;
|
|
|
|
+#if __PPC
|
|
+ is26 = 0;
|
|
+#endif
|
|
+
|
|
if (dev == NULL) {
|
|
return -1;
|
|
}
|