Age | Commit message (Expand) | Author |
2024-05-24 | remove unneeded includes; ok miod@ | Jonathan Gray |
2022-03-11 | Constify struct cfattach. | Martin Pieuchot |
2022-01-09 | spelling | Jonathan Gray |
2015-09-09 | sizes for free(); ok semarie | Theo de Raadt |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-05-27 | We're never going to detach agp(4), so remove the #ifdef'ed out code like we | Mark Kettenis |
2014-03-26 | No need to include <sys/lock.h> when only <sys/rwlock.h> is needed, | Martin Pieuchot |
2014-03-17 | The AGP ioctl interface is gone; remove the header file as well. | Mark Kettenis |
2010-08-07 | Suspend/resume for agp_amd.c | Owain Ainsworth |
2010-04-08 | these files don't need to include proc.h anymore. ok oga for agp | Ted Unangst |
2010-03-28 | Don't assign the same value to gatt->ag_size twice, also use ag_size in | Owain Ainsworth |
2009-05-10 | Change agp attach (again) so that the driver passes in the aperture size. | Owain Ainsworth |
2009-05-10 | In preparation for using agp as a bus_dma backend for drm, convert the bind_page | Owain Ainsworth |
2009-05-10 | change agp driver attach so that the driver passes in the base address | Owain Ainsworth |
2009-04-20 | Don't map all agp memory we allocate. | Owain Ainsworth |
2008-11-09 | Rework that way that agp attaches. | Owain Ainsworth |
2007-12-07 | KNF, no binary change. | Owain Ainsworth |
2007-12-06 | Destatic functions in the agp subsystem. | Owain Ainsworth |
2007-11-26 | correct newlines surrounding the sub-bus configuration, and unify | Theo de Raadt |
2007-11-25 | Make agp attach as a device. This means that many more agp bridges | Owain Ainsworth |
2007-10-06 | Simpliest memset(,0,) -> M_ZERO changes. One (caddr *) cast removal, | Kenneth R Westerback |
2007-08-04 | Add AGP support for the intel i965 chipset, this also extends the | Reyk Floeter |
2002-07-25 | - some KNF. | Federico G. Schwindt |
2002-07-12 | support for the agp gart on various agp chipsets. | Michael Shalayeff |