summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/mmuagp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove AMD64 strings from pcidevsjsg2020-01-041-1/+1
* decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.hderaadt2014-07-081-2/+0
* No need to include <sys/lock.h> when only <sys/rwlock.h> is needed,mpi2014-03-261-3/+1
* <sys/agpio.h> is gone; this compiles fine without itguenther2014-03-221-1/+0
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-051-2/+0
* Add mmuagp. a driver for the agp chipsets on early amd64 machines.oga2011-05-301-0/+564