summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/agpreg.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* The AGP ioctl interface is gone; remove the header file as well.kettenis2014-03-171-1/+26
* Add support for U3 brigdes present in macppc G5 machines. Many thanksmpi2012-12-221-1/+2
* Add support for Uninorth AGP bridges found in most if not all the macppcmpi2012-12-041-1/+12
* Fix unaligned pci config space access in intelagp.oga2011-10-241-6/+4
* align the read to the PCI config space.dhill2011-10-161-1/+2
* Initial kernel support for sandybridge intel chipsets in intagp and inteldrm.oga2011-09-141-1/+23
* Fix support for earlier i8XX chipsets (specifically the 830 and 840).oga2008-12-241-2/+2
* intagp support for Intel 4-series (e.g. GM45) chipsets.oga2008-12-231-2/+11
* Add AGP support for the Intel G33 chipset.damien2008-03-231-1/+4
* KNF, no binary change.oga2007-12-071-57/+57
* Make agp attach as a device. This means that many more agp bridgesoga2007-11-251-2/+40
* Add AGP support for the intel i965 chipset, this also extends thereyk2007-08-041-7/+29
* New version of i915 supprotm adapted from freebsd by Dimitry Andric, withmatthieu2006-02-111-1/+18
* Back out i915 changes; they broke some i810-based machines.millert2006-02-031-18/+1
* support i915. adapted from freebsd by Dimitry Andric. does not breakderaadt2006-01-131-1/+18
* Support for i852/855/865 AGP; from NetBSD via Michael van dergrange2004-01-201-1/+17
* Add i830 support from NetBSD via patch in kernel/3150.millert2003-03-191-1/+17
* support for the agp gart on various agp chipsets.mickey2002-07-121-0/+157