]> git.pld-linux.org Git - packages/XFree86.git/blob - XFree86-alpha-pcibus-lemming.patch
- 4.8.0 (probably the last XFree86 version ever, for comparison and archival reasons)
[packages/XFree86.git] / XFree86-alpha-pcibus-lemming.patch
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.030511 seconds and 3 git commands to generate.