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