summaryrefslogtreecommitdiff
path: root/sys/dev/pci/agp.c
AgeCommit message (Expand)Author
2008-05-06currently agp_i810 needs to map the same BAR as inteldrm, this obviouslyOwain Ainsworth
2008-04-09device_lookup() increments the reference count for the device, and weOwain Ainsworth
2008-03-23Sometimes the registers claiming the aperture size on 9XX chipsets lie.Owain Ainsworth
2008-03-23Add AGP support for the Intel G33 chipset.Damien Bergamini
2008-03-16Make agp(4) attach at vga(4) instead of pchb(4). This is because sometimesOwain Ainsworth
2008-01-04Clean up Intel host bridge PCI IDs.Mark Kettenis
2008-01-02correct the comment in agp_map_aperture().Brad Smith
2007-12-07KNF, no binary change.Owain Ainsworth
2007-12-07Replace lockmgr with rwlock.Owain Ainsworth
2007-12-06Destatic functions in the agp subsystem.Owain Ainsworth
2007-11-28do not check malloc return value against NULL, as M_WAITOK is usedCharles Longeau
2007-11-26correct newlines surrounding the sub-bus configuration, and unifyTheo de Raadt
2007-11-26fix new agp code on amd64Reyk Floeter
2007-11-25Make agp attach as a device. This means that many more agp bridgesOwain Ainsworth
2007-09-17Only the most obvious bzero() -> M_ZERO changes. No cast changes, noKenneth R Westerback
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