summaryrefslogtreecommitdiffstats
path: root/sys/dev/tdfx
Commit message (Expand)AuthorAgeFilesLines
* Make use of UID_ROOT, GID_WHEEL for make_dev() arguments.rwatson2002-12-271-1/+1
* Print pointers with %p instead of casting them to an unsigned int andjhb2002-11-071-2/+2
* Disabuse this driver of the notion that it needs to includephk2002-09-282-4/+2
* In continuation of early fileop credential changes, modify fo_ioctl() torwatson2002-08-171-1/+1
* Don't put a line break in string literals. GCC 3.1 complains and GCCmarcel2002-04-201-2/+2
* Replace ffind_* with fget calls.alfred2002-01-141-3/+2
* SMP Lock struct file, filedesc and the global file list.alfred2002-01-131-1/+5
* KSE Milestone 2julian2001-09-121-14/+14
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* Update copyright info, and make some slight cosmetic changes.cokane2001-03-204-10/+6
* Change Voodoo Graphics device ID to 0x0001121a so it gets probed.cokane2001-03-201-3/+3
* Zap silly #if NPCI > 0 and the hoops that we jump through for the modulepeter2001-01-291-9/+0
* Added some handling code to work with SLI configs, and removed some unusedcokane2000-10-101-17/+28
* Removed detection for Voodoo Banshee and Voodoo3 cards. I forsee certaincokane2000-08-282-16/+43
* Update include directives for Linuxulator headers after themarcel2000-08-221-3/+3
* Bring tdfx_pci.c in sync with some patches I have been testing. Adds bettercokane2000-08-011-6/+8
* Studied the tech docs for the Voodoo3 and Banshee, and hopefully fixed thecokane2000-07-193-21/+88
* Stupid me, I put the opt_tdfx.h underneath a test for TDFX_LINUX, whichcokane2000-06-242-4/+9
* Finish up the fixing of the linux ioctl stuff. Add line to remove the devcokane2000-06-232-1/+6
* Minor redundant #include fix.cokane2000-06-231-1/+0
* Fixed problem with linux ioctl code, module loading should work now.cokane2000-06-232-0/+59
* Put RF_SHAREABLE into the bus_alloc_resource call.cokane2000-06-221-1/+1
* Stick in header, $FreeBSD$.cokane2000-06-224-28/+188
* This really shouldn't be here, fragment left over from the tarball.cokane2000-06-211-2/+0
* First import of my 3dfx voodoo driver. Currently it supports the Voodoo Graph...cokane2000-06-215-0/+876
OpenPOWER on IntegriCloud