aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/agp
Commit message (Expand)AuthorAgeFilesLines
* Use si_drv1 instead of dev2unit() inside agp(4).Ed Schouten2009-04-141-10/+6
* vm_offset_t is unsigned and therefore can not be negative.Robert Noland2009-03-205-10/+10
* Fix prototypes to be consistent.Warner Losh2009-03-096-11/+11
* Fix AGP debugging code:Wojciech A. Koszek2009-02-061-3/+4
* - Add few VIA bridges to agp_via.c and connect it to amd64 buildJung-uk Kim2009-01-231-0/+9
* Add support for AMD64 Family 10h processors.Jung-uk Kim2009-01-121-3/+5
* Fix up handling of Intel G4X chips some more.Robert Noland2008-12-231-5/+12
* Clear busy state on the pages which are after the one that failed the bindKonstantin Belousov2008-12-231-3/+5
* Deal with 0 length args...Robert Noland2008-12-211-1/+1
* Fix AGP_DEBUG macro to use c99 __VA_ARGS__ and build if enabled.Robert Noland2008-12-211-6/+3
* Correctly handle Intel g33 chips and add support for g45 chipsRobert Noland2008-10-022-19/+135
* Replace all calls to minor() with dev2unit().Ed Schouten2008-09-271-1/+1
* When device_get_children returns an error, ignore that bus' children.Warner Losh2008-08-231-1/+2
* Enable the support for G33/Q35/Q33 now that both the G33 and Q35 have beenJohn Baldwin2008-08-011-2/+0
* Fix PCI id for 945GME Express Integrated Graphics Controller:Oleksandr Tymoshenko2008-06-201-1/+1
* Add resume support to the agp_i810 family.Remko Lodder2008-03-121-0/+17
* Calculate the number of pages the GATT spans when reading from each pageJohn Baldwin2008-03-071-3/+4
* Add the 845M GMCH controller.Remko Lodder2007-11-261-0/+2
* Move the agp(4) driver from sys/pci to sys/dev/agp. __FreeBSD_version wasJohn Baldwin2007-11-1213-25/+25
* Split agp_generic_detach() up into two routines: agp_free_cdev() destroysJohn Baldwin2007-10-3011-38/+39
* - Add the device ID for the VIA VT3324 (CX700) chipset.Kevin Lo2007-09-211-21/+83
* Add the PCI id for the Intel 7221's integrated graphics controller. It isAlan Cox2007-09-151-0/+2
* Add support for G965/Q965/GM965/GME965/GME945 AGP.Eric Anholt2007-07-134-230/+387
* 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-052-50/+41
* 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
* The page queues lock is no longer required by vm_page_busy() orAlan Cox2006-10-221-4/+0
* Fix the wraparound of memsize >=2GB.Seigo Tanimura2006-10-151-2/+3
* Fix style(9) nits.Jung-uk Kim2006-10-091-38/+37
* Fix 32-bit PTE in the GART table.Jung-uk Kim2006-10-091-1/+3
* Add support for 945G/GM AGP chipsets.Eric Anholt2006-09-271-13/+29
* Add support for another ATI IGP 340M (RS200M) AGP bridge.Eric Anholt2006-09-011-1/+4
* Use aperture base address from north bridge. Some BIOS does not encodeJung-uk Kim2006-08-211-10/+5
* Explicitly set v3 mode only when it is requested. Don't bother otherwise.Jung-uk Kim2006-08-111-1/+6
* Fix breakage of CHIP_I855 in the last revision.Eric Anholt2006-06-271-3/+4
* Replace the three copies of the list of pci ids with a single centralized list.Eric Anholt2006-06-251-143/+122
* Move SiS 760 to where it belongs.Jung-uk Kim2006-05-302-2/+2
* Add support for allocating one larger than page-sized contiguous block of memoryEric Anholt2006-05-161-26/+110
* Remove various bits of conditional Alpha code and fixup a few comments.John Baldwin2006-05-121-10/+0
* Add support for the Intel E7205 chipset.Eric Anholt2006-02-171-0/+6
* Don't add an agp child in vgapci's attach routine if the PCIY_AGPJohn Baldwin2006-02-011-0/+10
* Fix a memory leak I introduced with the hostb/vgapci stuff.John Baldwin2006-01-171-4/+8
* - Use PCIR_BAR() macro for the BAR for the aperture.John Baldwin2005-12-201-7/+1
* - Bump FreeBSD version for the hostb(4) and vgapci(4) drivers as well asJohn Baldwin2005-12-201-36/+4
* Change the various AGP drivers that attach to the Host-PCI bridge device toJohn Baldwin2005-12-208-16/+8
* Change the agp_find_device() to return the first agp device that has beenJohn Baldwin2005-12-201-2/+11
* Don't map the AGP aperture into contiguous KVA. The various graphicsJohn Baldwin2005-12-202-4/+1
* Destroy the /dev device before destroying the mutex or releasing resourcesJohn Baldwin2005-12-201-1/+2
* Use pci_find_extcap() to search for AGP capabilities (PCIY_AGP).John Baldwin2005-12-201-25/+4