]> git.pld-linux.org Git - packages/X11.git/blob - XFree86-alpha-pcibus-lemming.patch
- original from http://xorg.freedesktop.org/releases/X11R6.9.0/patches/x11r6.9.0...
[packages/X11.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.022845 seconds and 3 git commands to generate.