Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Michael Lorenz <macallan@netbsd.org>
List: source-changes
Date: 08/19/2006 04:00:15
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

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.