summaryrefslogtreecommitdiff
path: root/sys/dev/tdfx
AgeCommit message (Expand)Author
2025-10-20linux: Make the macro LINUX_IOCTL_SET publicZhenlei Huang
2023-12-26tdfx: Handle errors from copyin() and copyout()Mark Johnston
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-05-05tdfx: Initialize tdfx_devclass via a module event handler.John Baldwin
2022-04-08tdfx: Mark a variable only used under a custom debug macro as unused.John Baldwin
2021-01-12Convert remaining cap_rights_init users to cap_rights_init_oneMateusz Guzik
2020-09-01tdfx: clean up empty lines in .c and .h filesMateusz Guzik
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-04-10Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni
2014-03-16Update kernel inclusions of capability.h to use capsicum.h instead; someRobert Watson
2013-09-05Change the cap_rights_t type from uint64_t to a structure that we can extendPawel Jakub Dawidek
2013-08-12Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIScott Long
2012-10-10Revert previous commit...Kevin Lo
2012-10-09Prefer NULL over 0 for pointersKevin Lo
2011-11-07Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten
2011-08-11Second-to-last commit implementing Capsicum capabilities in the FreeBSDRobert Watson
2011-06-28Remove duplicate header includesKevin Lo
2010-11-15Remove references to MAKEDEV(8)Doug Barton
2009-12-29Update d_mmap() to accept vm_ooffset_t and vm_memattr_t.Robert Noland
2009-04-14Let tdfx(4) use si_drv1 instead of using dev2unit().Ed Schouten
2008-09-27Replace all calls to minor() with dev2unit().Ed Schouten
2008-03-13Add the module dependency on the mem(4) module. This will fix the moduleColeman Kane
2006-03-03Take the functionality contained in the former "options TDFX_LINUX"Yaroslav Tykhiy
2005-10-31Normalize a significant number of kernel malloc type names:Robert Watson
2005-03-01Use BUS_PROBE_DEFAULT in preference to 0. Also for vx, returnWarner Losh
2005-02-22remove dead code (inside a DEBUG ifdef)Sam Leffler
2005-01-06Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh
2004-06-16Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp
2004-05-30Add missing <sys/module.h> includesPoul-Henning Kamp
2004-03-17Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson
2004-02-21Device megapatch 4/6:Poul-Henning Kamp
2004-02-21Device megapatch 1/6:Poul-Henning Kamp
2003-09-02Use PCIR_BAR(x) instead of PCIR_MAPS.John Baldwin
2003-08-24Use __FBSDID().David E. O'Brien
2003-08-22Prefer new location of pci include files (which have only been in theWarner Losh
2003-05-31Remove extra ';'Poul-Henning Kamp
2003-03-25- Add vm_paddr_t, a physical address type. This is required for systemsJake Burkholder
2003-03-03Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp
2003-03-02Use canonical format for cdevsw initilization.Poul-Henning Kamp
2003-02-25Cleanup of the d_mmap_t interface.Maxime Henrion
2002-12-27Make use of UID_ROOT, GID_WHEEL for make_dev() arguments.Robert Watson
2002-11-07Print pointers with %p instead of casting them to an unsigned int andJohn Baldwin
2002-09-28Disabuse this driver of the notion that it needs to includePoul-Henning Kamp
2002-08-17In continuation of early fileop credential changes, modify fo_ioctl() toRobert Watson
2002-04-20Don't put a line break in string literals. GCC 3.1 complains and GCCMarcel Moolenaar
2002-01-14Replace ffind_* with fget calls.Alfred Perlstein
2002-01-13SMP Lock struct file, filedesc and the global file list.Alfred Perlstein