aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/agp
Commit message (Expand)AuthorAgeFilesLines
* 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