Bugzilla – Attachment 104475 Details for
Bug 202133
PPC: Xorg does not work on Pegasos PPC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Forgot Password
[patch]
Workaround patch for using old /proc interface on ppc only.
p_ppc_domain_workaround.diff (text/plain), 532 bytes, created by
Matthias Hopf
on 2006-11-09 13:39:59 UTC
(
hide
)
Description:
Workaround patch for using old /proc interface on ppc only.
Filename:
MIME Type:
Creator:
Matthias Hopf
Created:
2006-11-09 13:39:59 UTC
Size:
532 bytes
patch
obsolete
>diff -urp ../xserver.orig/hw/xfree86/os-support/bus/linuxPci.c ./hw/xfree86/os-support/bus/linuxPci.c >--- ../xserver.orig/hw/xfree86/os-support/bus/linuxPci.c 2006-11-08 16:13:49.000000000 +0000 >+++ ./hw/xfree86/os-support/bus/linuxPci.c 2006-11-09 13:29:34.000000000 +0000 >@@ -150,6 +150,9 @@ linuxPciOpenFile(PCITAG tag, Bool write) > struct stat ignored; > static int is26 = -1; > >+#if __PPC >+ is26 = 0; >+#endif > domain = PCI_DOM_FROM_TAG(tag); > bus = PCI_BUS_NO_DOMAIN(PCI_BUS_FROM_TAG(tag)); > dev = PCI_DEV_FROM_TAG(tag);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 202133
:
98271
|
98272
|
98273
|
98418
|
98419
| 104475 |
104500