CVS Update: xc (branch: trunk)

2008-04-24 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   08/04/24 12:29:35

Log message:
  Typo.

Modified files:
  xc/programs/Xserver/hw/xfree86/common/:
xf86sbusBus.c 
  
  Revision  ChangesPath
  3.15  +2 -2  xc/programs/Xserver/hw/xfree86/common/xf86sbusBus.c

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


CVS Update: xc (branch: trunk)

2008-04-24 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   08/04/24 12:31:41

Log message:
  Cosmetic change to verbose output.

Modified files:
  xc/programs/Xserver/hw/xfree86/drivers/ati/:
atiprint.c 
  
  Revision  ChangesPath
  1.41  +2 -2  xc/programs/Xserver/hw/xfree86/drivers/ati/atiprint.c

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


CVS Update: xc (branch: trunk)

2008-04-24 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   08/04/24 12:41:08

Log message:
38. Avoid screen corruption that occurs upon /dev/console output while the
X server is running on SunOS, by redirecting this output into a file.
The file is copied back to /dev/console on server exit.  Note that 
screen
corruption still occurs on output to /dev/wscons because wscons cannot 
be
redirected in this fashion.  (Marc La France).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/os-support/sunos/:
sun_init.c 
  
  Revision  ChangesPath
  3.3949+6 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.13  +140 -1
xc/programs/Xserver/hw/xfree86/os-support/sunos/sun_init.c

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


CVS Update: xc (branch: trunk)

2008-04-24 Thread Marc Aurele La France
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  ChangesPath
  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

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


CVS Update: xc (branch: trunk)

2008-04-24 Thread Marc Aurele La France
CVSROOT:/home/x-cvs
Module name:xc
Changes by: [EMAIL PROTECTED]   08/04/24 13:54:54

Log message:
40. Rework the handling of unassigned PCI resources in the server to ensure
they are reassigned while the server is running and restore them to 
their
unassigned state on server exit  (Marc La France).

Modified files:
  xc/programs/Xserver/hw/xfree86/:
CHANGELOG 
  xc/programs/Xserver/hw/xfree86/common/:
xf86Bus.c xf86Resources.h xf86pciBus.c 
  xc/programs/Xserver/hw/xfree86/os-support/bus/:
Pci.c xf86Pci.h 
  
  Revision  ChangesPath
  3.3951+4 -1  xc/programs/Xserver/hw/xfree86/CHANGELOG
  1.101 +6 -7  xc/programs/Xserver/hw/xfree86/common/xf86Bus.c
  1.19  +1 -2  xc/programs/Xserver/hw/xfree86/common/xf86Resources.h
  3.95  +22 -57xc/programs/Xserver/hw/xfree86/common/xf86pciBus.c
  1.102 +1 -8  xc/programs/Xserver/hw/xfree86/os-support/bus/Pci.c
  1.50  +1 -2  
xc/programs/Xserver/hw/xfree86/os-support/bus/xf86Pci.h

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