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
/
dev
/
pci
/
agp.c
Age
Commit message (
Expand
)
Author
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
2009-04-15
clean up the sub-driver callback mess a little.
Owain Ainsworth
2008-11-09
Rework that way that agp attaches.
Owain Ainsworth
2008-09-26
Attach agp(4) to the Intel Q35 integrated video.
Mike Belopuhov
2008-08-17
Check that the driver properly initialised before allowing agp_acquire()
Owain Ainsworth
2008-07-12
Right now agp_generic_enable() is wrong. It has been since 2006. It
Owain Ainsworth
2008-07-07
Add AGP and hostbridge support for the Intel 82945GME chipset.
Bernd Ahlers
2008-06-25
Support the Intel G35 which apparently works similarly to the 965.
Owain Ainsworth
2008-05-06
currently agp_i810 needs to map the same BAR as inteldrm, this obviously
Owain Ainsworth
2008-04-09
device_lookup() increments the reference count for the device, and we
Owain Ainsworth
2008-03-23
Sometimes the registers claiming the aperture size on 9XX chipsets lie.
Owain Ainsworth
2008-03-23
Add AGP support for the Intel G33 chipset.
Damien Bergamini
2008-03-16
Make agp(4) attach at vga(4) instead of pchb(4). This is because sometimes
Owain Ainsworth
2008-01-04
Clean up Intel host bridge PCI IDs.
Mark Kettenis
2008-01-02
correct the comment in agp_map_aperture().
Brad Smith
2007-12-07
KNF, no binary change.
Owain Ainsworth
2007-12-07
Replace lockmgr with rwlock.
Owain Ainsworth
2007-12-06
Destatic functions in the agp subsystem.
Owain Ainsworth
2007-11-28
do not check malloc return value against NULL, as M_WAITOK is used
Charles Longeau
2007-11-26
correct newlines surrounding the sub-bus configuration, and unify
Theo de Raadt
2007-11-26
fix new agp code on amd64
Reyk Floeter
2007-11-25
Make agp attach as a device. This means that many more agp bridges
Owain Ainsworth
2007-09-17
Only the most obvious bzero() -> M_ZERO changes. No cast changes, no
Kenneth R Westerback
2007-08-04
Add AGP support for the intel i965 chipset, this also extends the
Reyk Floeter
2007-01-30
Simplify agp_generic_bind_memory by not trying to allocate big chunks
Dimitry Andric
2007-01-03
also bail if sc_chipc is NULL; spotted by miod
Theo de Raadt
2007-01-02
do not permit agp_ioctl if the methods are invalid; ok miod
Theo de Raadt
2006-12-30
In agp_generic_alloc_memory(), make sure the age_mem structure freshly
Miod Vallat
2006-03-16
Move the agpgart handling code to a separate file.
Matthieu Herrb