aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/agp
Commit message (Expand)AuthorAgeFilesLines
* Add a helper function to agp(4) which installs a single GTT entry.Mark Johnston2017-07-091-0/+1
* sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper2017-03-041-1/+1
* Kill MFILES and find things automatically. It turned out to be onlyWarner Losh2015-07-031-1/+0
* Re-enable -Werror for these modules. It is already enabled for the sameJohn Baldwin2014-06-091-1/+0
* Finish removing unneeded header from agp: opt_bus.hEitan Adler2012-11-151-1/+1
* A rewrite of the i810 bits of the agp(4) driver. New driver supportsKonstantin Belousov2012-05-221-0/+12
* Add a driver for the Apple Uninorth AGP host bridge found in all PowerPCNathan Whitehorn2010-10-311-1/+4
* MFtbemd:Warner Losh2010-08-231-2/+2
* Fix a few problems related to building modules in /sys/modules (notNick Hibma2009-02-121-1/+1
* - Add few VIA bridges to agp_via.c and connect it to amd64 buildJung-uk Kim2009-01-231-1/+1
* Move the agp(4) driver from sys/pci to sys/dev/agp. __FreeBSD_version wasJohn Baldwin2007-11-121-2/+2
* Include agp_i810.c in amd64 AGP builds to get support for the Intel 915 ExpressEric Anholt2006-09-051-1/+1
* Remove Alpha remnants.Marcel Moolenaar2006-07-271-3/+0
* Remove bridge(4) from the tree. if_bridge(4) is a full functionalMax Laier2005-09-271-1/+1
* Add a new AGP driver for ATI IGP chipsets. The driver is based on reading ofEric Anholt2005-09-171-1/+1
* The tinderbox seems to have a different set of compiler optionsWarner Losh2005-01-261-0/+1
* opt_agp.h is not required anymore.Yoshihiro Takahashi2004-08-221-1/+1
* agp_amd64.c is not needed on pc98.Yoshihiro Takahashi2004-08-161-1/+4
* AMD64 on-CPU GART support.David E. O'Brien2004-08-161-1/+4
* AGP GART driver for NVIDIA nForce/nForce2 chipsets.Matthew N. Dodd2003-08-231-1/+2
* Split the arch-specific AGP files into the appropriate files.* and do the sameEric Anholt2003-02-141-2/+7
* Remove opt_pci.h from SRCS.Maxime Henrion2002-11-131-1/+1
* Export symbols that constitute APIs defined by theseMike Smith2002-01-111-0/+11
* Use a consistent style and one much closer to the rest of /usr/srcDavid E. O'Brien2001-01-061-7/+8
* Next phase in the PCI subsystem cleanup.Mike Smith2000-12-081-1/+1
* Remove the NCPU, NAPIC, NBUS, NINTR config options. Make NAPIC,Paul Saab2000-09-221-1/+1
* Use <bsd.kmod.mk> not a path to ../../conf/kmod.mk.Peter Wemm2000-07-191-1/+1
* Add support for Intel's i810 chipset with integrated graphics. AnDoug Rabson2000-07-121-1/+2
* Add module for agp driver.Doug Rabson2000-06-091-0/+10