CVS Update: xc (branch: trunk)

Egbert Eich xorg-commit at pdx.freedesktop.org
Wed Sep 15 12:23:59 EEST 2004


CVSROOT:	/cvs/xorg
Module name:	xc
Changes by:	eich at gabe.	04/09/15 02:23:59

Log message:
  2004-09-15  Egbert Eich  <eich-at-freedesktop-org>
  
          * programs/Xserver/hw/xfree86/os-support/bus/460gxPCI.c:
          (xorgProbe460GX), (xf86PreScan460GX):
          * programs/Xserver/hw/xfree86/os-support/bus/460gxPCI.h:
          * programs/Xserver/hw/xfree86/os-support/bus/Imakefile:
          * programs/Xserver/hw/xfree86/os-support/bus/e8870PCI.c:
          (xorgProbeE8870), (xf86PreScanE8870):
          * programs/Xserver/hw/xfree86/os-support/bus/e8870PCI.h:
          * programs/Xserver/hw/xfree86/os-support/bus/ia64Pci.c:
          * programs/Xserver/hw/xfree86/os-support/bus/zx1PCI.c:
          (xf86PreScanZX1):
          * programs/Xserver/hw/xfree86/os-support/bus/zx1PCI.h:
          * programs/Xserver/hw/xfree86/os-support/linux/Imakefile:
          * programs/Xserver/hw/xfree86/os-support/linux/lnx_ia64.c:
          (OS_PROBE_PCI_CHIPSET):
          * programs/Xserver/hw/xfree86/os-support/shared/ia64Pci.c:
          (ia64ScanPCIWrapper):
          * programs/Xserver/hw/xfree86/os-support/shared/ia64Pci.h:
          Adding support for OS dependent probing of IA64 chipsets.
          Not all IA64 chipsets can be probed without OS support as
          probing them is only possible using ACPI. One example of this
          are the HP ZX1/2 chipsets: previously the code assumed  that
          these chips were present when no other of the known chipsets
          could be probed. This assumption brought SGI Altrix
          machines with 64 CPUs to a grinding halt.

Modified files:
      ./:
        ChangeLog 
      xc/programs/Xserver/hw/xfree86/os-support/bus/:
        460gxPCI.c 460gxPCI.h Imakefile e8870PCI.c e8870PCI.h 
        zx1PCI.c zx1PCI.h 
      xc/programs/Xserver/hw/xfree86/os-support/linux/:
        Imakefile 
Added files:
      xc/programs/Xserver/hw/xfree86/os-support/linux/:
        lnx_ia64.c 
      xc/programs/Xserver/hw/xfree86/os-support/shared/:
        ia64Pci.c ia64Pci.h 
Removed files:
      xc/programs/Xserver/hw/xfree86/os-support/bus/:
        ia64Pci.c 
  
  Revision      Changes    Path
  1.369         +117 -89   xc/ChangeLog
  1.2           +38 -23    xc/programs/Xserver/hw/xfree86/os-support/bus/460gxPCI.c
  1.2           +3 -1      xc/programs/Xserver/hw/xfree86/os-support/bus/460gxPCI.h
  1.5           +2 -2      xc/programs/Xserver/hw/xfree86/os-support/bus/Imakefile
  1.2           +11 -5     xc/programs/Xserver/hw/xfree86/os-support/bus/e8870PCI.c
  1.2           +3 -1      xc/programs/Xserver/hw/xfree86/os-support/bus/e8870PCI.h
  1.2           +115 -53   xc/programs/Xserver/hw/xfree86/os-support/bus/zx1PCI.c
  1.2           +1 -1      xc/programs/Xserver/hw/xfree86/os-support/bus/zx1PCI.h
  1.4           +14 -6     xc/programs/Xserver/hw/xfree86/os-support/linux/Imakefile




More information about the xorg-commit mailing list