aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/agp/agppriv.h
Commit message (Expand)AuthorAgeFilesLines
* A rewrite of the i810 bits of the agp(4) driver. New driver supportsKonstantin Belousov2012-05-221-1/+1
* Fix prototypes to be consistent.Warner Losh2009-03-091-1/+1
* Deal with 0 length args...Robert Noland2008-12-211-1/+1
* Fix AGP_DEBUG macro to use c99 __VA_ARGS__ and build if enabled.Robert Noland2008-12-211-6/+3
* Move the agp(4) driver from sys/pci to sys/dev/agp. __FreeBSD_version wasJohn Baldwin2007-11-121-1/+1
* Split agp_generic_detach() up into two routines: agp_free_cdev() destroysJohn Baldwin2007-10-301-0/+2
* Add support for G965/Q965/GM965/GME965/GME945 AGP.Eric Anholt2007-07-131-0/+5
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-1/+1
* Get rid of a lockmgr consumer by making agp(4) use a standard mutex,Maxime Henrion2004-05-221-1/+1
* Add support for Intel's i810 chipset with integrated graphics. AnDoug Rabson2000-07-121-0/+1
* Fix the AMD 751 AGP minidriver so that it works with my test code.Doug Rabson2000-06-101-0/+1
* A driver for programming the AGP hardware. This is only very lightlyDoug Rabson2000-06-091-0/+103