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