Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Finish up the fixing of the linux ioctl stuff. Add line to remove the dev | cokane | 2000-06-23 | 2 | -1/+6 | |
| | | | | entry upon unload. | |||||
* | Minor redundant #include fix. | cokane | 2000-06-23 | 1 | -1/+0 | |
| | ||||||
* | Fixed problem with linux ioctl code, module loading should work now. | cokane | 2000-06-23 | 2 | -0/+59 | |
| | ||||||
* | Put RF_SHAREABLE into the bus_alloc_resource call. | cokane | 2000-06-22 | 1 | -1/+1 | |
| | ||||||
* | Stick in header, $FreeBSD$. | cokane | 2000-06-22 | 4 | -28/+188 | |
| | ||||||
* | This really shouldn't be here, fragment left over from the tarball. | cokane | 2000-06-21 | 1 | -2/+0 | |
| | ||||||
* | First import of my 3dfx voodoo driver. Currently it supports the Voodoo ↵ | cokane | 2000-06-21 | 5 | -0/+876 | |
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 |