summaryrefslogtreecommitdiff
path: root/sys/dev/pci/agp.c
AgeCommit message (Expand)Author
2007-08-04Add AGP support for the intel i965 chipset, this also extends theReyk Floeter
2007-01-30Simplify agp_generic_bind_memory by not trying to allocate big chunksDimitry Andric
2007-01-03also bail if sc_chipc is NULL; spotted by miodTheo de Raadt
2007-01-02do not permit agp_ioctl if the methods are invalid; ok miodTheo de Raadt
2006-12-30In agp_generic_alloc_memory(), make sure the age_mem structure freshlyMiod Vallat
2006-03-16Move the agpgart handling code to a separate file.Matthieu Herrb