CVS Update: xc (branch: trunk)
Marc Aurele La France <[email protected]> Thu, 24 Apr 2008 13:10:15 -0700 (PDT)
| Newsgroups | gmane.comp.xfree86.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /home/x-cvs Module name: xc Changes by: [email protected]. 08/04/24 13:10:14 Log message: 39. Change the scanpci and pcitweak utilities to simulate a completed master abort instead of reading PCI register 0xb8 of Sun's Simba PCI-to-PCI bridges, as reads of this register cause a PCI interrupt acknowledge cycle on the secondary bus for an interrupt that did not actually occur. Note that no other code touches this register. (Marc La France). Modified files: xc/programs/Xserver/hw/xfree86/: CHANGELOG xc/programs/Xserver/hw/xfree86/etc/: pcitweak.c scanpci.c Revision Changes Path 3.3950 +6 -1 xc/programs/Xserver/hw/xfree86/CHANGELOG 1.21 +15 -1 xc/programs/Xserver/hw/xfree86/etc/pcitweak.c 3.101 +13 -2 xc/programs/Xserver/hw/xfree86/etc/scanpci.c