aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/agp/agp.c
Commit message (Expand)AuthorAgeFilesLines
* Remove a bunch of #include "opt_pci.h".Maxime Henrion2002-11-131-1/+0
* Include <sys/lockmgr.h> for old lock interfaces instead of depending onBruce Evans2002-08-271-0/+1
* o Retire vm_page_zero_fill() and vm_page_zero_fill_area(). Ever sinceAlan Cox2002-08-251-1/+1
* o Use the VM_ALLOC_WIRED flag instead of calling vm_page_wire().Alan Cox2002-08-101-4/+1
* o If the page returned by vm_page_grab(VM_ALLOC_ZERO) isn't prezeroed,Alan Cox2002-07-211-0/+2
* o Lock page queue accesses by vm_page_wire().Alan Cox2002-07-141-0/+2
* o Complete the locking of page queue accesses by vm_page_unwire().Alan Cox2002-07-131-0/+4
* Allow retrieval of the virtual address of the AGP apertureMatthew N. Dodd2001-12-191-0/+1
* Don't automatically unbind/deallocate memory when releasing.Ruslan Ermilov2001-11-271-10/+6
* KSE Milestone 2Julian Elischer2001-09-121-9/+9
* Introduce a global lock for the vm subsystem (vm_mtx).Alfred Perlstein2001-05-191-0/+1
* 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
* 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
* 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-121-4/+14
* Fix the AMD 751 AGP minidriver so that it works with my test code.Doug Rabson2000-06-101-1/+5
* A driver for programming the AGP hardware. This is only very lightlyDoug Rabson2000-06-091-0/+790