CVS Update: xc (branch: XORG-6_8-branch)

Roland Mainz xorg-commit at cvs.freedesktop.org
Wed Dec 15 07:52:16 EET 2004


CVSROOT:	/cvs/xorg
Module name:	xc
Changes by:	gisburn at gabe.freedesktop.org	04/12/14 21:52:16

Log message:
  2004-12-14 Roland Mainz <roland.mainz at nrubsig.org>
    * xc/programs/Xserver/hw/xfree86/os-support/bus/Pci.c
    Bug #1965 (https://bugs.freedesktop.org/show_bug.cgi?id=1965)
    attachment #1425 (https://bugs.freedesktop.org/attachment.cgi?id=1425):
    Avoid recursive calls of xf86scanpci(). This function normally
    detects that it has been called before by checking if the PCI
    structure is filled out. So far if this was not the case
    (because PCI probing has failed for some reason) the function
    is traversed again. With the chipset specific PCI bus probing
    this can lead to an endless recursive loop as the post-probing
    code calls xf86scanpci() from within this function.
    Patch by Egbert Eich <eich at freedesktop.org>

Modified files:
      ./:	Tag: XORG-6_8-branch
        ChangeLog 
      xc/programs/Xserver/hw/xfree86/os-support/bus/:	Tag: XORG-6_8-branch
        Pci.c 
  
  Revision      Changes    Path
  1.365.2.78    +14 -1     xc/ChangeLog
  1.3.2.1       +4 -1      xc/programs/Xserver/hw/xfree86/os-support/bus/Pci.c




More information about the xorg-commit mailing list