summaryrefslogtreecommitdiffstats
path: root/sys/pci/agp_intel.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a typo in r1.8: The GTLB enable/flush bit is 1<<7, not 1<<8.anholt2003-09-171-1/+1
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* Add PCI IDs for the i82855 and i82875P AGP bridges.mdodd2003-06-231-0/+12
* Use __FBSDID().obrien2003-06-111-2/+3
* Fix support for 256 MB aperture sizes on chipsets such as the 845 andjhb2003-05-271-5/+16
* Grr, fix compile. The bane of trying to split out patches into twojhb2003-05-271-0/+1
* Add support for the Intel 865 chipset.jhb2003-05-271-2/+9
* - Express hard dependencies on bus (pci, isa, pccard) andmdodd2003-04-151-0/+2
* Add support for the Intel 82820 UP-only AGP bridge.anholt2003-01-111-0/+4
* Remove a bunch of #include "opt_pci.h".mux2002-11-131-1/+0
* Include <sys/lockmgr.h> for old lock interfaces instead of depending onbde2002-08-271-0/+1
* - Use more correct values to initialize the AGP controller during setup.jhb2002-07-171-6/+21
* Correctly identify the Intel 82830 AGP bridge.benno2002-02-051-0/+3
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-101-4/+4
* Add support for Intel's i820/i840/i845/i850/i860 chipset.kuriyama2001-11-081-11/+98
* Make these compile again by adding proc.h include for GIANT_REQUIREDjhb2001-07-051-0/+1
* Introduce a global lock for the vm subsystem (vm_mtx).alfred2001-05-191-0/+1
* Add i815 host to PCI bridge IDache2000-10-201-0/+3
* A driver for programming the AGP hardware. This is only very lightlydfr2000-06-091-0/+266
OpenPOWER on IntegriCloud