summaryrefslogtreecommitdiff
path: root/sys/arch/i386/pci/agp_machdep.c
AgeCommit message (Expand)Author
2014-11-16Replace a plethora of historical protection options with justTheo de Raadt
2014-09-20On i386, agp_map_subregion might sleep, which is not allowed in some ofMark Kettenis
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-04-01More <uvm/uvm.h> -> <uvm/uvm_extern.h> cleaning.Martin Pieuchot
2014-03-26No need to include <sys/lock.h> when only <sys/rwlock.h> is needed,Martin Pieuchot
2013-12-09Remove MD intagp(4) code that is unused now that inteldrm(4) manages the GTTMark Kettenis
2013-12-07Remove the agp-specific bus_dma code. It is no longer used now thatMark Kettenis
2013-03-17Add an interface to rebind AGP DMA mappings. To be used by the upcoming KMSMark Kettenis
2010-05-10Continue with the horrible habit of using agp_machdep.c for agp related MDOwain Ainsworth
2010-04-08Fill in the bus_dma_sync for intagp to use clflush instead of wbinvd()Owain Ainsworth
2009-06-06add an interface to agp to create a bus_dma_tag over a range of theOwain Ainsworth
2007-11-25Make agp attach as a device. This means that many more agp bridgesOwain Ainsworth
2007-08-04Add AGP support for the intel i965 chipset, this also extends theReyk Floeter
2006-05-15Add AGP support for Intel 945G/GM chipsets. The 945GM (mobile) variantDimitry Andric
2006-02-11New version of i915 supprotm adapted from freebsd by Dimitry Andric, withMatthieu Herrb
2006-02-03Back out i915 changes; they broke some i810-based machines.Todd C. Miller
2006-01-13support i915. adapted from freebsd by Dimitry Andric. does not breakTheo de Raadt
2004-01-20Support for i852/855/865 AGP; from NetBSD via Michael van derAlexander Yurchenko
2003-03-19Add i830 support from NetBSD via patch in kernel/3150.Todd C. Miller
2002-07-12support for the agp gart on various agp chipsets.Michael Shalayeff