CVSROOT:        /home/x-cvs
Module name:    xc
Changes by:     [EMAIL PROTECTED]       04/12/30 19:30:44

Log message:
   251. Fix minor bug in Linux/Alpha's xf86GetPciSizeFromOS() (Marc La France).
   250. Cause the Linux port to warn when MAX_PCI_BUSES and/or MAX_PCI_DEVICES
        need to be increased (Marc La France).
   249. Deal with Linux 2.6's PCI bus naming (Marc La France).
   248. Resync with Martin Mares's 2004.11.29 pci.ids snapshot and add to it an
        entry for Sun's Schizo+ (Marc La France).
   247. Re-instate DGA support in atimisc driver on UltraSPARC's (Marc La 
France).
   246. Add support for the more recent UltraSPARC implementations to the Linux
        port (Marc La France).
   245. Fix DGA for multi-domain architectures (except perhaps for Linux/Alpha,
        see comment inserted into axpPci.c).  PCI only for now
        (Marc La France)
  
   Note these changes require `make World`.

Modified files:
      xc/lib/Xxf86dga/:
        XF86DGA2.c 
      xc/programs/Xserver/hw/xfree86/:
        CHANGELOG Domain.note 
      xc/programs/Xserver/hw/xfree86/common/:
        xf86Bus.c xf86DGA.c xf86PciInfo.h xf86Priv.h 
      xc/programs/Xserver/hw/xfree86/drivers/ati/:
        Imakefile aticonsole.c atidga.c atidga.h atimach64accel.c 
        atiscreen.c atistruct.h ativersion.h 
      xc/programs/Xserver/hw/xfree86/etc/:
        pci.ids 
      xc/programs/Xserver/hw/xfree86/os-support/bus/:
        Pci.c axpPci.c linuxPci.c sparcPci.c xf86Pci.h zx1PCI.c 
      xc/programs/Xserver/hw/xfree86/os-support/linux/:
        Imakefile lnx_pci.c 
      xc/programs/Xserver/hw/xfree86/scanpci/:
        xf86PciStdIds.h 
  
  Revision      Changes    Path
  1.28          +17 -1     xc/lib/Xxf86dga/XF86DGA2.c
  3.3371        +13 -1     xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.4           +4 -16     xc/programs/Xserver/hw/xfree86/Domain.note
  1.86          +29 -1     xc/programs/Xserver/hw/xfree86/common/xf86Bus.c
  1.49          +11 -3     xc/programs/Xserver/hw/xfree86/common/xf86DGA.c
  1.161         +3 -1      xc/programs/Xserver/hw/xfree86/common/xf86PciInfo.h
  3.87          +8 -1      xc/programs/Xserver/hw/xfree86/common/xf86Priv.h
  1.56          +12 -35    xc/programs/Xserver/hw/xfree86/drivers/ati/Imakefile
  1.24          +1 -17     
xc/programs/Xserver/hw/xfree86/drivers/ati/aticonsole.c
  1.13          +1 -5      xc/programs/Xserver/hw/xfree86/drivers/ati/atidga.c
  1.9           +1 -5      xc/programs/Xserver/hw/xfree86/drivers/ati/atidga.h
  1.3           +1 -10     
xc/programs/Xserver/hw/xfree86/drivers/ati/atimach64accel.c
  1.33          +1 -5      
xc/programs/Xserver/hw/xfree86/drivers/ati/atiscreen.c
  1.44          +1 -5      
xc/programs/Xserver/hw/xfree86/drivers/ati/atistruct.h
  1.71          +2 -2      
xc/programs/Xserver/hw/xfree86/drivers/ati/ativersion.h
  1.9           +2429 -396 xc/programs/Xserver/hw/xfree86/etc/pci.ids
  1.87          +16 -3     xc/programs/Xserver/hw/xfree86/os-support/bus/Pci.c
  1.16          +103 -73   
xc/programs/Xserver/hw/xfree86/os-support/bus/axpPci.c
  1.12          +501 -95   
xc/programs/Xserver/hw/xfree86/os-support/bus/linuxPci.c
  1.18          +43 -1     
xc/programs/Xserver/hw/xfree86/os-support/bus/sparcPci.c
  1.42          +6 -1      
xc/programs/Xserver/hw/xfree86/os-support/bus/xf86Pci.h
  1.10          +3 -1      
xc/programs/Xserver/hw/xfree86/os-support/bus/zx1PCI.c
  3.52          +5 -5      
xc/programs/Xserver/hw/xfree86/os-support/linux/Imakefile
  3.10          +3 -11     
xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_pci.c
  1.18          +52737 
-31197xc/programs/Xserver/hw/xfree86/scanpci/xf86PciStdIds.h

_______________________________________________
Cvs-commit mailing list
Cvs-commit@XFree86.Org
http://XFree86.Org/mailman/listinfo/cvs-commit

Reply via email to