Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Nathan J Williams <nathanw@netbsd.org>
List: source-changes
Date: 04/29/1999 19:47:42
Module Name:	src
Committed By:	nathanw
Date:		Fri Apr 30 02:47:42 UTC 1999

Modified Files:
	src/sys/dev/pci: tga_bt463.c
Log Message:
Rototillage; make this actually useful. To wit:
- Initialize more of the Bt463's registers, instead of leaving them
in undefined states. Notably, the window type table is set up
with 8-plane pseudocolor and 24-plane truecolor modes.
- Bus-space-ify, mostly. Could use some more cleanup, but not until
the rest of the tga stuff is converted, too.
- Do the TGA/RAMDAC communication dance more carefully.
- Explain a lot more of what's going on in comments.