aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/tdfx/tdfx_pci.c
Commit message (Expand)AuthorAgeFilesLines
* Device megapatch 1/6:Poul-Henning Kamp2004-02-211-1/+0
* Use PCIR_BAR(x) instead of PCIR_MAPS.John Baldwin2003-09-021-1/+1
* Use __FBSDID().David E. O'Brien2003-08-241-3/+4
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-2/+2
* Remove extra ';'Poul-Henning Kamp2003-05-311-2/+2
* - Add vm_paddr_t, a physical address type. This is required for systemsJake Burkholder2003-03-251-1/+1
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-031-13/+6
* Use canonical format for cdevsw initilization.Poul-Henning Kamp2003-03-021-13/+13
* Cleanup of the d_mmap_t interface.Maxime Henrion2003-02-251-3/+6
* Make use of UID_ROOT, GID_WHEEL for make_dev() arguments.Robert Watson2002-12-271-1/+1
* Print pointers with %p instead of casting them to an unsigned int andJohn Baldwin2002-11-071-2/+2
* Disabuse this driver of the notion that it needs to includePoul-Henning Kamp2002-09-281-3/+2
* In continuation of early fileop credential changes, modify fo_ioctl() toRobert Watson2002-08-171-1/+1
* Don't put a line break in string literals. GCC 3.1 complains and GCCMarcel Moolenaar2002-04-201-2/+2
* Replace ffind_* with fget calls.Alfred Perlstein2002-01-141-3/+2
* SMP Lock struct file, filedesc and the global file list.Alfred Perlstein2002-01-131-1/+5
* KSE Milestone 2Julian Elischer2001-09-121-14/+14
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-261-1/+0
* Update copyright info, and make some slight cosmetic changes.Coleman Kane2001-03-201-2/+2
* Zap silly #if NPCI > 0 and the hoops that we jump through for the modulePeter Wemm2001-01-291-9/+0
* Added some handling code to work with SLI configs, and removed some unusedColeman Kane2000-10-101-17/+28
* Removed detection for Voodoo Banshee and Voodoo3 cards. I forsee certainColeman Kane2000-08-281-8/+30
* Bring tdfx_pci.c in sync with some patches I have been testing. Adds betterColeman Kane2000-08-011-6/+8
* Studied the tech docs for the Voodoo3 and Banshee, and hopefully fixed theColeman Kane2000-07-191-16/+82
* Stupid me, I put the opt_tdfx.h underneath a test for TDFX_LINUX, whichColeman Kane2000-06-241-1/+3
* Finish up the fixing of the linux ioctl stuff. Add line to remove the devColeman Kane2000-06-231-1/+5
* Minor redundant #include fix.Coleman Kane2000-06-231-1/+0
* Fixed problem with linux ioctl code, module loading should work now.Coleman Kane2000-06-231-0/+1
* Put RF_SHAREABLE into the bus_alloc_resource call.Coleman Kane2000-06-221-1/+1
* Stick in header, $FreeBSD$.Coleman Kane2000-06-221-20/+82
* First import of my 3dfx voodoo driver. Currently it supports the Voodoo Graph...Coleman Kane2000-06-211-0/+707