summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/agp_ali.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* We're never going to detach agp(4), so remove the #ifdef'ed out code like wekettenis2014-05-271-30/+1
* No need to include <sys/lock.h> when only <sys/rwlock.h> is needed,mpi2014-03-261-4/+2
* The AGP ioctl interface is gone; remove the header file as well.kettenis2014-03-171-2/+1
* save/restore functions for aliagp.oga2010-08-071-2/+47
* these files don't need to include proc.h anymore. ok oga for agptedu2010-04-081-2/+1
* Change agp attach (again) so that the driver passes in the aperture size.oga2009-05-101-8/+7
* In preparation for using agp as a bus_dma backend for drm, convert the bind_pageoga2009-05-101-17/+10
* change agp driver attach so that the driver passes in the base addressoga2009-05-101-2/+9
* Don't attach to the agp bridges on amd64 machines. They have a differentoga2008-11-091-3/+4
* Rework that way that agp attaches.oga2008-11-091-65/+78
* correct newlines surrounding the sub-bus configuration, and unifyderaadt2007-11-261-4/+4
* Make agp attach as a device. This means that many more agp bridgesoga2007-11-251-18/+17
* Add AGP support for the intel i965 chipset, this also extends thereyk2007-08-041-2/+2
* - some KNF.fgsch2002-07-251-20/+22
* support for the agp gart on various agp chipsets.mickey2002-07-121-0/+247