CVS Update: xc (branch: trunk)
Marc Aurele La France <[email protected]> Wed, 26 Mar 2008 11:57:51 -0700 (PDT)
| Newsgroups | gmane.comp.xfree86.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /home/x-cvs Module name: xc Changes by: [email protected]. 08/03/26 11:57:51 Log message: 32. Temporarily ignore 64-bit PCI memory address spaces on SPARC (Marc La France). 31. For fault isolation purposes, on SPARC, bracket all PCI configuration space accesses with MEMBAR's (Marc La France). 30. Add PCI-X and PCI Express to the mix of PCI variants that are supported in a single system. Includes, but is not limited to, support for Sun's Ultra 25 and Ultra 45 systems. (Marc La France). 29. Remove assumption that all PCI entities have a function 0 (Marc La France). Modified files: xc/programs/Xserver/hw/xfree86/: CHANGELOG xc/programs/Xserver/hw/xfree86/etc/: scanpci.c xc/programs/Xserver/hw/xfree86/os-support/bus/: Pci.c Pci.h sparcPci.c xf86Pci.h Revision Changes Path 3.3941 +10 -1 xc/programs/Xserver/hw/xfree86/CHANGELOG 3.100 +9 -3 xc/programs/Xserver/hw/xfree86/etc/scanpci.c 1.100 +317 -68 xc/programs/Xserver/hw/xfree86/os-support/bus/Pci.c 1.58 +2 -1 xc/programs/Xserver/hw/xfree86/os-support/bus/Pci.h 1.32 +180 -91 xc/programs/Xserver/hw/xfree86/os-support/bus/sparcPci.c 1.49 +104 -19 xc/programs/Xserver/hw/xfree86/os-support/bus/xf86Pci.h