CVS Update: xserver (branch: trunk)

Ian Romanick xorg-commit at cvs.freedesktop.org
Tue Feb 21 01:45:50 EET 2006


CVSROOT:	/cvs/xorg
Module name:	xserver
Changes by:	idr at kemper.freedesktop.org	06/02/20 23:45:50

Log message:
  Eliminate all the code for querying the PCI class from the PCI ID
  database.  Class information is not, and never has been, stored there.
  Therefore, this is just a bunch of elaborate code to read 0x00000000.
  
  This has received testing on x86 and x86-64 Linux.

Modified files:
      xserver/xorg/:
        ChangeLog 
      xserver/xorg/hw/xfree86/common/:
        xf86pciBus.c xf86str.h 
      xserver/xorg/hw/xfree86/os-support/bus/:
        xf86Pci.h 
      xserver/xorg/hw/xfree86/scanpci/:
        xf86PciData.h xf86ScanPci.c 
  
  Revision      Changes    Path
  1.262         +14 -0     xserver/xorg/ChangeLog
  http://cvs.freedesktop.org/xorg/xserver/xorg/ChangeLog
  1.16          +9 -65     xserver/xorg/hw/xfree86/common/xf86pciBus.c
  http://cvs.freedesktop.org/xorg/xserver/xorg/hw/xfree86/common/xf86pciBus.c
  1.12          +0 -1      xserver/xorg/hw/xfree86/common/xf86str.h
  http://cvs.freedesktop.org/xorg/xserver/xorg/hw/xfree86/common/xf86str.h
  1.9           +0 -1      xserver/xorg/hw/xfree86/os-support/bus/xf86Pci.h
  http://cvs.freedesktop.org/xorg/xserver/xorg/hw/xfree86/os-support/bus/xf86Pci.h
  1.3           +0 -10     xserver/xorg/hw/xfree86/scanpci/xf86PciData.h
  http://cvs.freedesktop.org/xorg/xserver/xorg/hw/xfree86/scanpci/xf86PciData.h
  1.8           +0 -62     xserver/xorg/hw/xfree86/scanpci/xf86ScanPci.c
  http://cvs.freedesktop.org/xorg/xserver/xorg/hw/xfree86/scanpci/xf86ScanPci.c




More information about the xorg-commit mailing list