]> git.pld-linux.org Git - packages/X11.git/blame - XFree86-alpha-pcibus-lemming.patch
- adding unichrome dri driver building
[packages/X11.git] / XFree86-alpha-pcibus-lemming.patch
CommitLineData
1d5726dc
JR
1--- xc/programs/Xserver/hw/xfree86/os-support/bus/Pci.c.lemming Mon Jul 3 02:10:01 2000
2+++ xc/programs/Xserver/hw/xfree86/os-support/bus/Pci.c Mon Jul 3 02:10:29 2000
3@@ -289,7 +289,7 @@
4 if (!pciInitialized)
5 pciInit();
6
7- if ((bus < pciNumBuses || inProbe) && pciBusInfo[bus] &&
8+ if ((bus < pciNumBuses) && pciBusInfo[bus] &&
9 pciBusInfo[bus]->funcs.pciReadLong) {
10 CARD32 rv = (*pciBusInfo[bus]->funcs.pciReadLong)(tag, offset);
11
This page took 0.032641 seconds and 4 git commands to generate.