| Age | Commit message (Expand) | Author |
| 2022-05-22 | fix various small typos, mainly in comments. | andvar |
| 2019-11-10 | in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT | chs |
| 2019-10-15 | Use unsigned to avoid undefined behavior in agpattach(). Found by kUBSan. | msaitoh |
| 2018-08-27 | Fill struct agp_info::ai_devid with the PCI id. | riastradh |
| 2017-02-27 | Decode AGP capability. | msaitoh |
| 2014-07-25 | Add d_discard to all struct cdevsw instances I could find. | dholland |
| 2014-06-12 | Extend agp_generic_bind_memory with bounds to check. | riastradh |
| 2014-03-16 | Change (mostly mechanically) every cdevsw/bdevsw I can find to use | dholland |
| 2012-04-06 | device_pmf_is_registered() is not required | plunky |
| 2011-04-04 | Neither pci_dma64_available(), pci_probe_device(), pci_mapreg_map(9), | dyoung |
| 2011-02-24 | Add Intel Pineview support | matt |
| 2011-02-15 | add AGP v3 support to agp_generic_enable from FreeBSD | jmcneill |
| 2010-11-13 | Don't pull in the whole uvm(9) API to access only PAGE_SIZE and | uebayasi |
| 2010-10-10 | restore binary compatibility for amd64; requested by joerg. | christos |
| 2010-10-02 | Revert christos@ fix for the i386 paddr_t change and agp_allocate. | jym |
| 2010-09-28 | make this compile. | christos |
| 2010-09-28 | - fixes from Jean-Yves Migeon | christos |
| 2010-09-27 | move all the compat code here, and #ifdef __i386__ from mrg. | christos |
| 2010-09-27 | backwards compat code for paddr_t being 32 bits. | christos |
| 2010-06-16 | Add AGP support for a number of Intel onboard devices, including | riz |
| 2010-02-24 | A pointer typedef entails trading too much flexibility to declare const | dyoung |
| 2010-02-24 | - Use ctob() instead of ptoa() to obtain physical addresses from frame | jym |
| 2010-01-08 | Expand PMF_FN_* macros. | dyoung |
| 2009-01-27 | Add some more Intel G4X class chipsets. Also fix gtt_size for G4X chipsets. | markd |
| 2008-11-29 | Add support for the Intel G45 AGP. From Arnaud Lacombe | christos |
| 2008-11-08 | Support for Intel G35 as found on Asus P5E-VM HDMI motherboard from | christos |
| 2008-10-17 | add missing free. | christos |
| 2008-08-22 | AGP support for Intel 945GME chipset, found on Acer Aspire One. | tnn |
| 2008-08-19 | Add agp support for Intel 946gz. | matthias |
| 2008-06-09 | o Split device_t/softc for agp(4). | freza |
| 2008-06-08 | Replace device_lookup() with device_lookup_private() on getting softc | tsutsui |
| 2008-04-19 | Add missing agp support for ALI M1689 chipset, for PR/35416. | njoly |
| 2008-04-10 | use aprint_*_dev and device_xname | cegger |
| 2008-02-29 | Use PMF_FN_ARGS, PMF_FN_PROTO. | dyoung |
| 2007-12-09 | Merge jmcneill-pm branch. | jmcneill |
| 2007-12-05 | Match the docs: MUTEX_DRIVER/SPIN are now only for porting code written | ad |
| 2007-11-24 | Add agp support for Intel Q35/G33/Q33. | markd |
| 2007-11-12 | Merge bunch of AGP changes from jmcneill-pm. | joerg |
| 2007-10-30 | PR/37201 - Yasushi Oshima -- Intel 82965G chipset support | jnemeth |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-08-15 | Add agp support for i965Q. | markd |
| 2007-08-04 | Add support agp_amd64. Imported from FreeBSD. | kiyohara |
| 2007-03-06 | Use a mutex rather than lockmgr. Approved by Andrew Doran. | xtraeme |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2006-12-18 | Don't cleanup memory mappings twice. From Blair Sadewitz | christos |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-08-27 | complete initialization | christos |
| 2006-08-17 | Fix all the -D*DEBUG* code that it was rotting away and did not even compile. | christos |
| 2006-07-30 | Add support for 82945GM and (untested) 82945P AGP. FreeBSD and | simonb |