aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/agp/agp_intel.c
Commit message (Expand)AuthorAgeFilesLines
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-2/+2
* Add PCI IDs for the i82855 and i82875P AGP bridges.Matthew N. Dodd2003-06-231-0/+12
* Use __FBSDID().David E. O'Brien2003-06-111-2/+3
* Fix support for 256 MB aperture sizes on chipsets such as the 845 andJohn Baldwin2003-05-271-5/+16
* Grr, fix compile. The bane of trying to split out patches into twoJohn Baldwin2003-05-271-0/+1
* Add support for the Intel 865 chipset.John Baldwin2003-05-271-2/+9
* - Express hard dependencies on bus (pci, isa, pccard) andMatthew N. Dodd2003-04-151-0/+2
* Add support for the Intel 82820 UP-only AGP bridge.Eric Anholt2003-01-111-0/+4
* Remove a bunch of #include "opt_pci.h".Maxime Henrion2002-11-131-1/+0
* Include <sys/lockmgr.h> for old lock interfaces instead of depending onBruce Evans2002-08-271-0/+1
* - Use more correct values to initialize the AGP controller during setup.John Baldwin2002-07-171-6/+21
* Correctly identify the Intel 82830 AGP bridge.Benno Rice2002-02-051-0/+3
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-101-4/+4
* Add support for Intel's i820/i840/i845/i850/i860 chipset.Jun Kuriyama2001-11-081-11/+98
* Make these compile again by adding proc.h include for GIANT_REQUIREDJohn Baldwin2001-07-051-0/+1
* Introduce a global lock for the vm subsystem (vm_mtx).Alfred Perlstein2001-05-191-0/+1
* Add i815 host to PCI bridge IDAndrey A. Chernov2000-10-201-0/+3
* A driver for programming the AGP hardware. This is only very lightlyDoug Rabson2000-06-091-0/+266