Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Nathan J Williams <nathanw@netbsd.org>
List: source-changes
Date: 04/19/2000 22:25:22
Module Name:	syssrc
Committed By:	nathanw
Date:		Thu Apr 20 05:25:22 UTC 2000

Modified Files:
	syssrc/sys/dev/pci: files.pci tga.c tgavar.h

Log Message:
Replace rcons console code with rasops console code.
Console text should now be supported on all TGA cards;
8- and 32-bit TGA and 8-bit TGA2 have been tested.

Implement accelerated character drawing, scrolling, and clearing.

Stop clearing "odd" in VHCR; it's unnecessary and hurts performance.

Use bus_space_vaddr() instead of a local hack.


To generate a diff of this commit:
cvs rdiff -r1.86 -r1.87 syssrc/sys/dev/pci/files.pci
cvs rdiff -r1.22 -r1.23 syssrc/sys/dev/pci/tga.c
cvs rdiff -r1.8 -r1.9 syssrc/sys/dev/pci/tgavar.h

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