Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 02/01/2001 03:25:57
Module Name:	syssrc
Committed By:	thorpej
Date:		Thu Feb  1 01:25:57 UTC 2001

Modified Files:
	syssrc/sys/arch/dreamcast/dev: pvr.c pvrvar.h

Log Message:
New PowerVR display driver, based on the TURBOchannel "cfb"
driver by Tohru Nisimura (a very good framework for a FB driver,
BTW!), using bits of Marcus's original driver for the hardware
access.

The main advantage of this version is that is uses rasops (which
is faster than the rcons stuff) and wsfont, so you can select the
console font in the kernel config file.  Using the BOLD8x16 font,
you get an 80x30 console (vast improvement compared to the Gallant12x22
font).


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 syssrc/sys/arch/dreamcast/dev/pvr.c
cvs rdiff -r1.2 -r1.3 syssrc/sys/arch/dreamcast/dev/pvrvar.h

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