summaryrefslogtreecommitdiff
path: root/sys/dev/pci/agp_via.c
AgeCommit message (Expand)Author
2014-05-27We're never going to detach agp(4), so remove the #ifdef'ed out code like weMark Kettenis
2014-03-26No need to include <sys/lock.h> when only <sys/rwlock.h> is needed,Martin Pieuchot
2014-03-17The AGP ioctl interface is gone; remove the header file as well.Mark Kettenis
2011-10-16align the read to the PCI config space.David Hill
2010-08-07Suspend/resume handler for viaagp.Owain Ainsworth
2010-04-08these files don't need to include proc.h anymore. ok oga for agpTed Unangst
2009-05-10Change agp attach (again) so that the driver passes in the aperture size.Owain Ainsworth
2009-05-10In preparation for using agp as a bus_dma backend for drm, convert the bind_pageOwain Ainsworth
2009-05-10change agp driver attach so that the driver passes in the base addressOwain Ainsworth
2009-01-04Back from coma. Fix dmesg printfs.Alexander Yurchenko
2008-11-09Don't attach to the agp bridges on amd64 machines. They have a differentOwain Ainsworth
2008-11-09Rework that way that agp attaches.Owain Ainsworth
2007-12-07KNF, no binary change.Owain Ainsworth
2007-12-06Destatic functions in the agp subsystem.Owain Ainsworth
2007-11-26correct newlines surrounding the sub-bus configuration, and unifyTheo de Raadt
2007-11-25Make agp attach as a device. This means that many more agp bridgesOwain Ainsworth
2007-10-06Simpliest memset(,0,) -> M_ZERO changes. One (caddr *) cast removal,Kenneth R Westerback
2007-08-04Add AGP support for the intel i965 chipset, this also extends theReyk Floeter
2002-07-25- some KNF.Federico G. Schwindt
2002-07-12support for the agp gart on various agp chipsets.Michael Shalayeff