summaryrefslogtreecommitdiffstats
path: root/sys/dev/agp
Commit message (Expand)AuthorAgeFilesLines
* - Add the device ID for the VIA VT3324 (CX700) chipset.kevlo2007-09-211-21/+83
* Add the PCI id for the Intel 7221's integrated graphics controller. It isalc2007-09-151-0/+2
* Add support for G965/Q965/GM965/GME965/GME945 AGP.anholt2007-07-134-230/+387
* 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-052-50/+41
* Fix style(9).jkim2007-01-051-61/+52
* Make agp_intel capable to work after resume from S3 state.takawata2007-01-051-33/+50
* The page queues lock is no longer required by vm_page_busy() oralc2006-10-221-4/+0
* Fix the wraparound of memsize >=2GB.tanimura2006-10-151-2/+3
* Fix style(9) nits.jkim2006-10-091-38/+37
* Fix 32-bit PTE in the GART table.jkim2006-10-091-1/+3
* Add support for 945G/GM AGP chipsets.anholt2006-09-271-13/+29
* Add support for another ATI IGP 340M (RS200M) AGP bridge.anholt2006-09-011-1/+4
* Use aperture base address from north bridge. Some BIOS does not encodejkim2006-08-211-10/+5
* Explicitly set v3 mode only when it is requested. Don't bother otherwise.jkim2006-08-111-1/+6
* Fix breakage of CHIP_I855 in the last revision.anholt2006-06-271-3/+4
* 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
OpenPOWER on IntegriCloud