aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/agp/agp_ati.c
Commit message (Expand)AuthorAgeFilesLines
* agp: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-3/+0
* Eliminate the arena parameter to kmem_free(). Implicitly this corrects anAlan Cox2018-08-251-5/+5
* Oops. r338030 didn't eliminate the unused arena argument from all ofAlan Cox2018-08-181-5/+4
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* In agp(4) avoid the need to flush all cpu caches with wbinvd betweenTijl Coosemans2014-11-021-12/+13
* Remove unneeded semicolons.Antoine Brodin2013-01-011-2/+2
* Remove unneeded header from agp: opt_bus.hEitan Adler2012-11-151-2/+0
* strict kobj signatures: fixes in agp driverAndriy Gapon2009-06-111-4/+4
* Move the agp(4) driver from sys/pci to sys/dev/agp. __FreeBSD_version wasJohn Baldwin2007-11-121-2/+2
* Split agp_generic_detach() up into two routines: agp_free_cdev() destroysJohn Baldwin2007-10-301-5/+3
* Add support for another ATI IGP 340M (RS200M) AGP bridge.Eric Anholt2006-09-011-1/+4
* Change the various AGP drivers that attach to the Host-PCI bridge device toJohn Baldwin2005-12-201-2/+1
* Add a new AGP driver for ATI IGP chipsets. The driver is based on reading ofEric Anholt2005-09-171-0/+386