Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/dev/pci



Please, do separate commits for statification and style changes.

On Sat, Aug 19, 2006 at 04:00:15AM +0000, Michael Lorenz wrote:
> 
> Module Name:  src
> Committed By: macallan
> Date:         Sat Aug 19 04:00:15 UTC 2006
> 
> Modified Files:
>       src/sys/dev/pci: radeonfb.c
> 
> Log Message:
> make this work on macppc.
> fixes and caveats:
> - will switch to 32bit colour, 8bit support needs some more work
> - added support for fonts with widths that aren't multiples of 8
> - for now the driver will always try to become system console
> - mode switching works but is ugly
> - all the acceleration bits work
> - X should work with wsfb, mmap() needs some more work
> - it still needs a hack to allow wsdisplay_cnattach to be called twice
> 
> 
> To generate a diff of this commit:
> cvs rdiff -r1.1 -r1.2 src/sys/dev/pci/radeonfb.c

In radeonfb_setup_mono, the following change makes my radeonfb draw
black on black, save for the white cursor (it's at the correct place):

+           RADEON_GMC_DST_CLIPPING |

Otherwise it seems to be working fine.  I'll now try splash screen
support and the option to allow X to mmap bars.

-- 
Quentin Garnier - cube%cubidou.net@localhost - cube%NetBSD.org@localhost
"When I find the controls, I'll go where I like, I'll know where I want
to be, but maybe for now I'll stay right here on a silent sea."
KT Tunstall, Silent Sea, Eye to the Telescope, 2004.

Attachment: pgp6K0PWqneDf.pgp
Description: PGP signature



Home | Main Index | Thread Index | Old Index