summaryrefslogtreecommitdiffstats
path: root/sys/dev/agp
Commit message (Expand)AuthorAgeFilesLines
...
* Replace the three copies of the list of pci ids with a single centralized list.anholt2006-06-251-143/+122
* Move SiS 760 to where it belongs.jkim2006-05-302-2/+2
* Add support for allocating one larger than page-sized contiguous block of memoryanholt2006-05-161-26/+110
* Remove various bits of conditional Alpha code and fixup a few comments.jhb2006-05-121-10/+0
* Add support for the Intel E7205 chipset.anholt2006-02-171-0/+6
* Don't add an agp child in vgapci's attach routine if the PCIY_AGPjhb2006-02-011-0/+10
* Fix a memory leak I introduced with the hostb/vgapci stuff.jhb2006-01-171-4/+8
* - Use PCIR_BAR() macro for the BAR for the aperture.jhb2005-12-201-7/+1
* - Bump FreeBSD version for the hostb(4) and vgapci(4) drivers as well asjhb2005-12-201-36/+4
* Change the various AGP drivers that attach to the Host-PCI bridge device tojhb2005-12-208-16/+8
* Change the agp_find_device() to return the first agp device that has beenjhb2005-12-201-2/+11
* Don't map the AGP aperture into contiguous KVA. The various graphicsjhb2005-12-202-4/+1
* Destroy the /dev device before destroying the mutex or releasing resourcesjhb2005-12-201-1/+2
* Use pci_find_extcap() to search for AGP capabilities (PCIY_AGP).jhb2005-12-201-25/+4
* Add support for i915 GMCH AGP. This diff is a combination of work by myselfanholt2005-12-022-31/+160
* Add support for the i855GM, tested by an r300 user.anholt2005-11-291-1/+6
* 0xb1881106 seems to be an AGP bridge and some BIOSes incorrectly handlejkim2005-11-141-16/+72
* - Add a work-around for nForce3-250. Aperture base address encoded in misc.jkim2005-09-272-8/+175
* Add a new AGP driver for ATI IGP chipsets. The driver is based on reading ofanholt2005-09-172-0/+398
* Fix agp_nvidia.c to behave more like the linux driver, fixing DRI on Radeonanholt2005-09-161-11/+20
* Make the initialization in the AGPv3 case match that of Linux. Fixes hangs onanholt2005-06-261-8/+28
* Add nForce3-250.obrien2005-04-081-0/+2
* nVidia AGP chipsets beyond nForce2 are AMD64-specific.obrien2005-04-022-1/+3
* Add device id for the Ali M1671 host to AGP bridge.cognet2005-02-271-0/+2
* Fix style(9) issues with __P removal.imp2005-02-241-10/+10
* Return BUS_PROBE_DEFAULT instead of 0.imp2005-02-248-8/+8
* Correct the SiS 755 PCI ID. Confirmed against Linux code.anholt2005-02-141-1/+1
* No use for this AMD64 special-case "return NULL;" in probe now that we don'tanholt2005-02-141-2/+0
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* [1] Remove the generic bridge support from those drivers that had it. Theanholt2004-12-304-15/+55
* Use VM_ALLOC_NOBUSY to eliminate an unneeded vm_page_wakeup() call and thealc2004-10-241-4/+1
* Avoid repeated acquisition and release of the vm object lock inside ofalc2004-10-241-5/+6
* Add PCI ID for VIA K8T800Pro chipset. Tested with agptest and X with DRIanholt2004-10-051-0/+2
* Add support for Intel E7205 AGP.anholt2004-08-221-0/+6
* Fix aperture size detection on some ALi chipsets by only using the lowest 4 bitsanholt2004-08-211-4/+4
* Apply some stylistic changes based off of kern/70037 (content changes toanholt2004-08-211-10/+10
* Unconditionally support the AMD64 GART HW.obrien2004-08-193-15/+1
* AMD64 on-CPU GART support.obrien2004-08-165-1/+341
* style.9.obrien2004-08-161-12/+8
* Minimal fix to prevent crashes when an AGP v2 card is used with the new v3 VIAanholt2004-08-092-1/+12
* Add support for the VIA Apollo KT400/400A/600 AGP host bridges which usejhb2004-07-021-0/+3
* Do the dreaded s/dev_t/struct cdev */phk2004-06-162-5/+5
* Add missing <sys/module.h> includesphk2004-05-308-0/+8
* Use __FBSDID.mux2004-05-231-2/+3
* In agp_generic_bind_memory(), grab the needed pages before acquiringmux2004-05-231-30/+42
* Get rid of a lockmgr consumer by making agp(4) use a standard mutex,mux2004-05-229-20/+11
* Plug three lock leaks.mux2004-05-221-0/+3
* Add explicit list of SiS AGP chipsets based on Linux kernel's list.anholt2004-05-191-0/+36
* Different VIA host bridges use different offsets to their AGP configjhb2004-05-132-9/+41
* Push down the responsibility for zeroing a physical page from thealc2004-04-242-4/+0
OpenPOWER on IntegriCloud