Subject: Re: CVS commit: xsrc/xfree/xc/programs/Xserver/hw/xfree86/drivers/ati
To: None <macallan@netbsd.org>
From: Jason Thorpe <thorpej@shagadelic.org>
List: source-changes
Date: 12/08/2005 09:08:59
On Dec 7, 2005, at 3:31 PM, Michael Lorenz wrote:
>
> Module Name: xsrc
> Committed By: macallan
> Date: Wed Dec 7 23:31:51 UTC 2005
>
> Modified Files:
> xsrc/xfree/xc/programs/Xserver/hw/xfree86/drivers/ati: r128_driver.c
>
> Log Message:
> Don't call vgaHWSave() or vgaHWRestore() on PowerPC, this allows
> the driver to
> work on macppc.
But seems totally wrong for PowerPC systems that use VGA the same way
a PC would.
Seems like this decision is best made at run-time.
>
> Thanks to Andreas Moschos for testing and debugging aid.
>
>
> To generate a diff of this commit:
> cvs rdiff -r1.1.1.8 -r1.2 \
> xsrc/xfree/xc/programs/Xserver/hw/xfree86/drivers/ati/
> r128_driver.c
>
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.
-- thorpej