aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/tdfx
Commit message (Expand)AuthorAgeFilesLines
* tdfx: Handle errors from copyin() and copyout()Mark Johnston2024-01-042-26/+27
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-162-4/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-164-8/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* tdfx: Initialize tdfx_devclass via a module event handler.John Baldwin2022-05-051-1/+21
* tdfx: Mark a variable only used under a custom debug macro as unused.John Baldwin2022-04-091-1/+1
* Convert remaining cap_rights_init users to cap_rights_init_oneMateusz Guzik2021-01-121-1/+1
* tdfx: clean up empty lines in .c and .h filesMateusz Guzik2020-09-012-14/+9
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-276-0/+12
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-101-1/+1
* Update kernel inclusions of capability.h to use capsicum.h instead; someRobert Watson2014-03-161-1/+1
* Change the cap_rights_t type from uint64_t to a structure that we can extendPawel Jakub Dawidek2013-09-051-1/+3
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIScott Long2013-08-121-7/+0
* Revert previous commit...Kevin Lo2012-10-101-1/+1
* Prefer NULL over 0 for pointersKevin Lo2012-10-091-1/+1
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-071-1/+1
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDRobert Watson2011-08-111-1/+2
* Remove duplicate header includesKevin Lo2011-06-281-1/+0
* Remove references to MAKEDEV(8)Doug Barton2010-11-151-1/+1
* Update d_mmap() to accept vm_ooffset_t and vm_memattr_t.Robert Noland2009-12-291-1/+2
* Let tdfx(4) use si_drv1 instead of using dev2unit().Ed Schouten2009-04-141-6/+4
* Replace all calls to minor() with dev2unit().Ed Schouten2008-09-271-3/+3
* Add the module dependency on the mem(4) module. This will fix the moduleColeman Kane2008-03-131-0/+1
* Take the functionality contained in the former "options TDFX_LINUX"Yaroslav Tykhiy2006-03-032-38/+88
* Normalize a significant number of kernel malloc type names:Robert Watson2005-10-311-1/+1
* Use BUS_PROBE_DEFAULT in preference to 0. Also for vx, returnWarner Losh2005-03-011-7/+7
* remove dead code (inside a DEBUG ifdef)Sam Leffler2005-02-221-6/+2
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-064-4/+4
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-162-5/+5
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-301-1/+2
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-6/+6
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-0/+2
* Device megapatch 1/6:Poul-Henning Kamp2004-02-212-2/+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-282-4/+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