aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/agp
Commit message (Expand)AuthorAgeFilesLines
* Correctly identify the Intel 82830 AGP bridge.Benno Rice2002-02-051-0/+3
* Allow retrieval of the virtual address of the AGP apertureMatthew N. Dodd2001-12-192-0/+2
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-101-4/+4
* This patch will fix the lockups associated with AMD 751,761,762 based AGPColeman Kane2001-12-072-7/+52
* Don't automatically unbind/deallocate memory when releasing.Ruslan Ermilov2001-11-271-10/+6
* Add support for Intel's i820/i840/i845/i850/i860 chipset.Jun Kuriyama2001-11-082-11/+106
* Add probe line for the AMD 761 northbridge chip. At least it detects now,Coleman Kane2001-09-201-0/+2
* KSE Milestone 2Julian Elischer2001-09-121-9/+9
* Recognise VIA Apollo KT133A bridge.Doug Rabson2001-08-301-0/+2
* Make these compile again by adding proc.h include for GIANT_REQUIREDJohn Baldwin2001-07-056-0/+6
* Introduce a global lock for the vm subsystem (vm_mtx).Alfred Perlstein2001-05-197-0/+7
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-261-1/+0
* un-staticize M_AGP so that it can be used in agp*.cAssar Westerlund2000-12-191-1/+1
* Add a missing include of <sys/proc.h>.John Baldwin2000-12-121-0/+1
* Staticize some malloc M_ instances.Poul-Henning Kamp2000-12-081-1/+1
* Remove unneeded #include <sys/proc.h> lines.Poul-Henning Kamp2000-10-291-1/+0
* Add i815 host to PCI bridge IDAndrey A. Chernov2000-10-201-0/+3
* This didn't compile. Fix typo: s/rmang_get_start/rman_get_start/Peter Wemm2000-10-181-1/+1
* Use appropriate resource management accessors instead of directlyMatthew N. Dodd2000-10-181-2/+1
* Added support for i815.Ruslan Ermilov2000-10-161-2/+16
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* Convert lockmgr locks from using simple locks to using mutexes.Jason Evans2000-10-041-0/+1
* Add support for Intel's i810 chipset with integrated graphics. AnDoug Rabson2000-07-124-4/+518
* Release resources properly in detach.Doug Rabson2000-06-101-0/+9
* Fix the AMD 751 AGP minidriver so that it works with my test code.Doug Rabson2000-06-104-8/+112
* A driver for programming the AGP hardware. This is only very lightlyDoug Rabson2000-06-0910-0/+2576