]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
First import of my 3dfx voodoo driver. Currently it supports the Voodoo Graphics...
authorColeman Kane <cokane@FreeBSD.org>
Wed, 21 Jun 2000 20:09:31 +0000 (20:09 +0000)
committerColeman Kane <cokane@FreeBSD.org>
Wed, 21 Jun 2000 20:09:31 +0000 (20:09 +0000)
commitf9c078dffe3aa03aa0975dab1d121dcd6ea69d7e
treed21ea50c07514a8c7cf62c3f7d760c79da0ca3ae
parent70ccb0b9db42c4380639518049c9a28bc00aa210
First import of my 3dfx voodoo driver. Currently it supports the Voodoo Graphics and Voodoo2 perfectly. It works just like the 3dfx driver does for linux, by using a character device at /dev/3dfx of Major 107 to provide a window into the 3dfx card's memory space. This interface is used by glide and mesa as far as i know, and probably some other libraries too.

Approved by: jkh
sys/dev/tdfx/tdfx_io.h [new file with mode: 0644]
sys/dev/tdfx/tdfx_pci.c [new file with mode: 0644]
sys/dev/tdfx/tdfx_pci.h [new file with mode: 0644]
sys/dev/tdfx/tdfx_static.sh [new file with mode: 0644]
sys/dev/tdfx/tdfx_vars.h [new file with mode: 0644]