CVS Update: xc (branch: trunk)

Egbert at freedesktop.org Egbert at freedesktop.org
Tue Nov 30 10:38:44 EET 2004


CVSROOT:	/cvs/xorg
Module name:	xc
Changes by:	eich@	04/11/30 00:38:44

Log message:
  2004-11-30  Egbert Eich  <eich-at-freedesktop-dot-org>
  
          * config/cf/xorgsite.def:
          Make Xorg the default server to install.
  
          * programs/Xserver/hw/xfree86/drivers/ati/Imakefile:
          * programs/Xserver/hw/xfree86/drivers/ati/atiprobe.c: (ATIProbe):
          Avoid PIO access on IA64. Some IA64 machine check if legacy ports
          outside the VGA range are accessed. The ATi driver however does
          this to probe for ISA Mach8/32/64.
          Since no IA64 has ISA slots this restriction should not be
          relevant to the user.
  
          * programs/Xserver/hw/xfree86/os-support/bus/Pci.c: (xf86scanpci):
          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.
  
          * programs/Xserver/hw/xfree86/os-support/bus/linuxPci.c:
          (linuxPciOpenFile):
          The OS specific PCI code for Linux worked only if bus 0
          was populated as it checked for the presence of /proc/bus/pci/00.
          Fixed to check for /proc/bus/pci/<bus_to_look_for> instead.

Modified files:
      ./:
        ChangeLog 
      xc/config/cf/:
        xorgsite.def 
      xc/programs/Xserver/hw/xfree86/drivers/ati/:
        Imakefile atiprobe.c 
      xc/programs/Xserver/hw/xfree86/os-support/bus/:
        Pci.c linuxPci.c 
  
  Revision      Changes    Path
  1.552         +29 -1     xc/ChangeLog
  1.12          +1 -1      xc/config/cf/xorgsite.def
  1.11          +11 -2     xc/programs/Xserver/hw/xfree86/drivers/ati/Imakefile
  1.5           +8 -2      xc/programs/Xserver/hw/xfree86/drivers/ati/atiprobe.c
  1.4           +4 -1      xc/programs/Xserver/hw/xfree86/os-support/bus/Pci.c
  1.4           +4 -2      xc/programs/Xserver/hw/xfree86/os-support/bus/linuxPci.c




More information about the xorg-commit mailing list