Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Michael Lorenz <macallan@netbsd.org>
List: source-changes
Date: 04/11/2006 16:11:07
Module Name:	src
Committed By:	macallan
Date:		Tue Apr 11 16:11:07 UTC 2006

Modified Files:
	src/sys/dev/pci: files.pci
Added Files:
	src/sys/dev/pci: voodoofb.c voodoofbreg.h

Log Message:
A driver for 3Dfx Voodoo3 graphics boards, may or may not work with Voodoo4,
Voodoo5 or Banshee boards.

So far it supports:
- full acceleration in 8bit graphics mode
- video mode switching
- virtual consoles via vcons

So far it hasn't been tested on anything else than macppc and even there it
needs a hack to overload ofb.

TODO:
- test on i386
- don't hardcode video mode


To generate a diff of this commit:
cvs rdiff -r1.246 -r1.247 src/sys/dev/pci/files.pci
cvs rdiff -r0 -r1.1 src/sys/dev/pci/voodoofb.c src/sys/dev/pci/voodoofbreg.h

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