]> git.pld-linux.org Git - packages/XFree86.git/blob - XFree86-alpha-pcibus-lemming.patch
- added symlink /usr/lib/X11 -> /usr/X11R6/lib/X11 (conforming to FHS 2.1)
[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.024452 seconds and 3 git commands to generate.