aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/agp
Commit message (Expand)AuthorAgeFilesLines
* Add support for Intel E7205 AGP.Eric Anholt2004-08-221-0/+6
* Fix aperture size detection on some ALi chipsets by only using the lowest 4 bitsEric Anholt2004-08-211-4/+4
* Apply some stylistic changes based off of kern/70037 (content changes toEric Anholt2004-08-211-10/+10
* Unconditionally support the AMD64 GART HW.David E. O'Brien2004-08-193-15/+1
* AMD64 on-CPU GART support.David E. O'Brien2004-08-165-1/+341
* style.9.David E. O'Brien2004-08-161-12/+8
* Minimal fix to prevent crashes when an AGP v2 card is used with the new v3 VIAEric Anholt2004-08-092-1/+12
* Add support for the VIA Apollo KT400/400A/600 AGP host bridges which useJohn Baldwin2004-07-021-0/+3
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-162-5/+5
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-308-0/+8
* Use __FBSDID.Maxime Henrion2004-05-231-2/+3
* In agp_generic_bind_memory(), grab the needed pages before acquiringMaxime Henrion2004-05-231-30/+42
* Get rid of a lockmgr consumer by making agp(4) use a standard mutex,Maxime Henrion2004-05-229-20/+11
* Plug three lock leaks.Maxime Henrion2004-05-221-0/+3
* Add explicit list of SiS AGP chipsets based on Linux kernel's list.Eric Anholt2004-05-191-0/+36
* Different VIA host bridges use different offsets to their AGP configJohn Baldwin2004-05-132-9/+41
* Push down the responsibility for zeroing a physical page from theAlan Cox2004-04-242-4/+0
* Add register definitions for the status and command registers for AGP.Warner Losh2004-04-051-0/+22
* Add the ability to disable agp devices at the loader prompt. Usage isNate Lawson2004-04-037-0/+14
* Before MFC'ing the previous commit, I noticed I'd left out a case.Peter Edwards2004-04-031-0/+1
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-173-6/+6
* Recognise the 82845G AGP bridge, and poke it appropriately atPeter Edwards2004-03-131-0/+5
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-0/+2
* Device megapatch 1/6:Poul-Henning Kamp2004-02-211-2/+0
* This is not a D_TTY driver.Poul-Henning Kamp2004-02-151-1/+0
* - Disable AGP on ALI chipsets if aperture size is 0.Eric Anholt2003-11-112-0/+9
* Add simple support for AGP 3.0 including enabling 8x mode. The simpleJohn Baldwin2003-10-231-13/+108
* Use a switch statement on the devid instead of if-else for determing whichJohn Baldwin2003-10-231-6/+18
* Make the i810 AGP device create a "drmsub" child device. This will be attachedEric Anholt2003-10-021-2/+31
* Fix a typo in r1.8: The GTLB enable/flush bit is 1<<7, not 1<<8.Eric Anholt2003-09-171-1/+1
* PCI header files live in dev/pci.Matthew N. Dodd2003-08-231-2/+2
* AGP GART driver for NVIDIA nForce/nForce2 chipsets.Matthew N. Dodd2003-08-232-0/+466
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-227-14/+14
* Sort the list of PCI ID's in numerical order and fix a whitespace bogon.John Baldwin2003-06-271-4/+4
* Add a PCI ID for the Apollo Pro 133A.Matthew N. Dodd2003-06-231-0/+2
* Add PCI IDs for the i82855 and i82875P AGP bridges.Matthew N. Dodd2003-06-231-0/+12
* Add vm object locking.Alan Cox2003-06-191-0/+6
* Add vm object locking.Alan Cox2003-06-131-1/+8
* Use __FBSDID().David E. O'Brien2003-06-117-14/+21
* 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-272-3/+10
* - Express hard dependencies on bus (pci, isa, pccard) andMatthew N. Dodd2003-04-156-0/+12
* Fix typo.Murray Stokely2003-04-071-1/+1
* - Add vm_paddr_t, a physical address type. This is required for systemsJake Burkholder2003-03-251-1/+1
* Add pci id# for the sis648Søren Schmidt2003-03-131-0/+2
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-031-13/+7
* Cleanup of the d_mmap_t interface.Maxime Henrion2003-02-251-2/+3
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-192-2/+2
* Split the arch-specific AGP files into the appropriate files.* and do the sameEric Anholt2003-02-141-0/+6