| Commit message (Expand) | Author | Age | Files | Lines |
* | Add the module dependency on the mem(4) module. This will fix the module | cokane | 2008-03-13 | 1 | -0/+1 |
* | Take the functionality contained in the former "options TDFX_LINUX" | yar | 2006-03-03 | 2 | -38/+88 |
* | Normalize a significant number of kernel malloc type names: | rwatson | 2005-10-31 | 1 | -1/+1 |
* | Use BUS_PROBE_DEFAULT in preference to 0. Also for vx, return | imp | 2005-03-01 | 1 | -7/+7 |
* | remove dead code (inside a DEBUG ifdef) | sam | 2005-02-22 | 1 | -6/+2 |
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | imp | 2005-01-06 | 4 | -4/+4 |
* | Do the dreaded s/dev_t/struct cdev */ | phk | 2004-06-16 | 2 | -5/+5 |
* | Add missing <sys/module.h> includes | phk | 2004-05-30 | 1 | -1/+2 |
* | Convert callers to the new bus_alloc_resource_any(9) API. | njl | 2004-03-17 | 1 | -6/+6 |
* | Device megapatch 4/6: | phk | 2004-02-21 | 1 | -0/+2 |
* | Device megapatch 1/6: | phk | 2004-02-21 | 2 | -2/+0 |
* | Use PCIR_BAR(x) instead of PCIR_MAPS. | jhb | 2003-09-02 | 1 | -1/+1 |
* | Use __FBSDID(). | obrien | 2003-08-24 | 1 | -3/+4 |
* | Prefer new location of pci include files (which have only been in the | imp | 2003-08-22 | 1 | -2/+2 |
* | Remove extra ';' | phk | 2003-05-31 | 1 | -2/+2 |
* | - Add vm_paddr_t, a physical address type. This is required for systems | jake | 2003-03-25 | 1 | -1/+1 |
* | Gigacommit to improve device-driver source compatibility between | phk | 2003-03-03 | 1 | -13/+6 |
* | Use canonical format for cdevsw initilization. | phk | 2003-03-02 | 1 | -13/+13 |
* | Cleanup of the d_mmap_t interface. | mux | 2003-02-25 | 1 | -3/+6 |
* | Make use of UID_ROOT, GID_WHEEL for make_dev() arguments. | rwatson | 2002-12-27 | 1 | -1/+1 |
* | Print pointers with %p instead of casting them to an unsigned int and | jhb | 2002-11-07 | 1 | -2/+2 |
* | Disabuse this driver of the notion that it needs to include | phk | 2002-09-28 | 2 | -4/+2 |
* | In continuation of early fileop credential changes, modify fo_ioctl() to | rwatson | 2002-08-17 | 1 | -1/+1 |
* | Don't put a line break in string literals. GCC 3.1 complains and GCC | marcel | 2002-04-20 | 1 | -2/+2 |
* | Replace ffind_* with fget calls. | alfred | 2002-01-14 | 1 | -3/+2 |
* | SMP Lock struct file, filedesc and the global file list. | alfred | 2002-01-13 | 1 | -1/+5 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -14/+14 |
* | Send the remains (such as I have located) of "block major numbers" to | phk | 2001-03-26 | 1 | -1/+0 |
* | Update copyright info, and make some slight cosmetic changes. | cokane | 2001-03-20 | 4 | -10/+6 |
* | Change Voodoo Graphics device ID to 0x0001121a so it gets probed. | cokane | 2001-03-20 | 1 | -3/+3 |
* | Zap silly #if NPCI > 0 and the hoops that we jump through for the module | peter | 2001-01-29 | 1 | -9/+0 |
* | Added some handling code to work with SLI configs, and removed some unused | cokane | 2000-10-10 | 1 | -17/+28 |
* | Removed detection for Voodoo Banshee and Voodoo3 cards. I forsee certain | cokane | 2000-08-28 | 2 | -16/+43 |
* | Update include directives for Linuxulator headers after the | marcel | 2000-08-22 | 1 | -3/+3 |
* | Bring tdfx_pci.c in sync with some patches I have been testing. Adds better | cokane | 2000-08-01 | 1 | -6/+8 |
* | Studied the tech docs for the Voodoo3 and Banshee, and hopefully fixed the | cokane | 2000-07-19 | 3 | -21/+88 |
* | Stupid me, I put the opt_tdfx.h underneath a test for TDFX_LINUX, which | cokane | 2000-06-24 | 2 | -4/+9 |
* | Finish up the fixing of the linux ioctl stuff. Add line to remove the dev | cokane | 2000-06-23 | 2 | -1/+6 |
* | 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 Graph... | cokane | 2000-06-21 | 5 | -0/+876 |