summaryrefslogtreecommitdiffstats
path: root/sys/dev/agp/agp_intel.c
Commit message (Expand)AuthorAgeFilesLines
* Move the agp(4) driver from sys/pci to sys/dev/agp. __FreeBSD_version wasjhb2007-11-121-2/+2
* Split agp_generic_detach() up into two routines: agp_free_cdev() destroysjhb2007-10-301-4/+2
* Restore agp aperture size after resume, in case it is modified after boot.takawata2007-01-061-1/+8
* - Clean up Aperture Access Global Enable (APEN) bit access.jkim2007-01-051-48/+39
* Fix style(9).jkim2007-01-051-61/+52
* Make agp_intel capable to work after resume from S3 state.takawata2007-01-051-33/+50
* Add support for the Intel E7205 chipset.anholt2006-02-171-0/+6
* Change the various AGP drivers that attach to the Host-PCI bridge device tojhb2005-12-201-2/+1
* Add support for the i855GM, tested by an r300 user.anholt2005-11-291-1/+6
* Return BUS_PROBE_DEFAULT instead of 0.imp2005-02-241-1/+1
* [1] Remove the generic bridge support from those drivers that had it. Theanholt2004-12-301-3/+0
* Add support for Intel E7205 AGP.anholt2004-08-221-0/+6
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* Get rid of a lockmgr consumer by making agp(4) use a standard mutex,mux2004-05-221-1/+0
* Add the ability to disable agp devices at the loader prompt. Usage isnjl2004-04-031-0/+2
* Before MFC'ing the previous commit, I noticed I'd left out a case.peadar2004-04-031-0/+1
* Recognise the 82845G AGP bridge, and poke it appropriately atpeadar2004-03-131-0/+5
* 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