summaryrefslogtreecommitdiff
path: root/sys/dev/pci/agp_i810.c
AgeCommit message (Expand)Author
2006-12-30In agp_i810_alloc_memory(), do not check for sc_maxmem limit reached, as theMiod Vallat
2006-05-15Add AGP support for Intel 945G/GM chipsets. The 945GM (mobile) variantDimitry Andric
2006-02-16Patch from Dimitry Andric to fix the allocation of 4 pages of gartMatthieu Herrb
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
2005-03-22fix merge missesNikolay Sturm
2004-01-20Support for i852/855/865 AGP; from NetBSD via Michael van derAlexander Yurchenko
2004-01-20Correct checks for non-i810 chip; from FreeBSD.Alexander Yurchenko
2003-03-19Add i830 support from NetBSD via patch in kernel/3150.Todd C. Miller
2003-02-13proper free order; from sturm@Michael Shalayeff
2002-07-25- some KNF.Federico G. Schwindt
2002-07-15remove a bunch of debugging printfs and disable agp_debug; prompted by millert@Michael Shalayeff
2002-07-12support for the agp gart on various agp chipsets.Michael Shalayeff