summaryrefslogtreecommitdiff
path: root/sys/modules/agp
AgeCommit message (Expand)Author
2025-11-25agp: Export intel_gtt_read_pte, required by i915kmsEd Maste
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line sh patternWarner Losh
2017-07-09Add a helper function to agp(4) which installs a single GTT entry.Mark Johnston
2017-03-04sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper
2015-07-03Kill MFILES and find things automatically. It turned out to be onlyWarner Losh
2014-06-09Re-enable -Werror for these modules. It is already enabled for the sameJohn Baldwin
2012-11-15Finish removing unneeded header from agp: opt_bus.hEitan Adler
2012-05-22A rewrite of the i810 bits of the agp(4) driver. New driver supportsKonstantin Belousov
2010-10-31Add a driver for the Apple Uninorth AGP host bridge found in all PowerPCNathan Whitehorn
2010-08-23MFtbemd:Warner Losh
2009-02-12Fix a few problems related to building modules in /sys/modules (notNick Hibma
2009-01-23- Add few VIA bridges to agp_via.c and connect it to amd64 buildJung-uk Kim
2007-11-12Move the agp(4) driver from sys/pci to sys/dev/agp. __FreeBSD_version wasJohn Baldwin
2006-09-05Include agp_i810.c in amd64 AGP builds to get support for the Intel 915 ExpressEric Anholt
2006-07-27Remove Alpha remnants.Marcel Moolenaar
2005-09-27Remove bridge(4) from the tree. if_bridge(4) is a full functionalMax Laier
2005-09-17Add a new AGP driver for ATI IGP chipsets. The driver is based on reading ofEric Anholt
2005-01-26The tinderbox seems to have a different set of compiler optionsWarner Losh
2004-08-22opt_agp.h is not required anymore.Yoshihiro Takahashi
2004-08-16agp_amd64.c is not needed on pc98.Yoshihiro Takahashi
2004-08-16AMD64 on-CPU GART support.David E. O'Brien
2003-08-23AGP GART driver for NVIDIA nForce/nForce2 chipsets.Matthew N. Dodd
2003-02-14Split the arch-specific AGP files into the appropriate files.* and do the sameEric Anholt
2002-11-13Remove opt_pci.h from SRCS.Maxime Henrion
2002-01-11Export symbols that constitute APIs defined by theseMike Smith
2001-01-06Use a consistent style and one much closer to the rest of /usr/srcDavid E. O'Brien
2000-12-08Next phase in the PCI subsystem cleanup.Mike Smith
2000-09-22Remove the NCPU, NAPIC, NBUS, NINTR config options. Make NAPIC,Paul Saab
2000-07-19Use <bsd.kmod.mk> not a path to ../../conf/kmod.mk.Peter Wemm
2000-07-12Add support for Intel's i810 chipset with integrated graphics. AnDoug Rabson
2000-06-09Add module for agp driver.Doug Rabson