aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/agp/agp_intel.c
Commit message (Expand)AuthorAgeFilesLines
* vm_offset_t is unsigned and therefore can not be negative.Robert Noland2009-03-201-2/+2
* Fix prototypes to be consistent.Warner Losh2009-03-091-2/+2
* Move the agp(4) driver from sys/pci to sys/dev/agp. __FreeBSD_version wasJohn Baldwin2007-11-121-2/+2
* Split agp_generic_detach() up into two routines: agp_free_cdev() destroysJohn Baldwin2007-10-301-4/+2
* Restore agp aperture size after resume, in case it is modified after boot.Takanori Watanabe2007-01-061-1/+8
* - Clean up Aperture Access Global Enable (APEN) bit access.Jung-uk Kim2007-01-051-48/+39
* Fix style(9).Jung-uk Kim2007-01-051-61/+52
* Make agp_intel capable to work after resume from S3 state.Takanori Watanabe2007-01-051-33/+50
* Add support for the Intel E7205 chipset.Eric Anholt2006-02-171-0/+6
* Change the various AGP drivers that attach to the Host-PCI bridge device toJohn Baldwin2005-12-201-2/+1
* Add support for the i855GM, tested by an r300 user.Eric Anholt2005-11-291-1/+6
* Return BUS_PROBE_DEFAULT instead of 0.Warner Losh2005-02-241-1/+1
* [1] Remove the generic bridge support from those drivers that had it. TheEric Anholt2004-12-301-3/+0
* Add support for Intel E7205 AGP.Eric Anholt2004-08-221-0/+6
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-301-0/+1
* Get rid of a lockmgr consumer by making agp(4) use a standard mutex,Maxime Henrion2004-05-221-1/+0
* Add the ability to disable agp devices at the loader prompt. Usage isNate Lawson2004-04-031-0/+2
* Before MFC'ing the previous commit, I noticed I'd left out a case.Peter Edwards2004-04-031-0/+1
* Recognise the 82845G AGP bridge, and poke it appropriately atPeter Edwards2004-03-131-0/+5
* Fix a typo in r1.8: The GTLB enable/flush bit is 1<<7, not 1<<8.Eric Anholt2003-09-171-1/+1
* 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