aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/agp/agp_via.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* agp: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-3/+1
* agp: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-3/+2
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Remove unneeded semicolons.Antoine Brodin2013-01-011-1/+1
* Remove unneeded header from agp: opt_bus.hEitan Adler2012-11-151-2/+0
* This isn't functionally identical. In some cases a hint to disableEitan Adler2012-10-221-0/+2
* Now that device disabling is generic, remove extraneous code from theEitan Adler2012-10-221-2/+0
* Fix a handful of issues with via agp support.Robert Noland2009-12-211-32/+24
* vm_offset_t is unsigned and therefore can not be negative.Robert Noland2009-03-201-2/+2
* Fix prototypes to be consistent.Warner Losh2009-03-091-2/+2
* - Add few VIA bridges to agp_via.c and connect it to amd64 buildJung-uk Kim2009-01-231-0/+9
* Move the agp(4) driver from sys/pci to sys/dev/agp. __FreeBSD_version wasJohn Baldwin2007-11-121-2/+2
* Split agp_generic_detach() up into two routines: agp_free_cdev() destroysJohn Baldwin2007-10-301-4/+2
* - Add the device ID for the VIA VT3324 (CX700) chipset.Kevin Lo2007-09-211-21/+83
* Change the various AGP drivers that attach to the Host-PCI bridge device toJohn Baldwin2005-12-201-2/+1
* Make the initialization in the AGPv3 case match that of Linux. Fixes hangs onEric Anholt2005-06-261-8/+28
* Return BUS_PROBE_DEFAULT instead of 0.Warner Losh2005-02-241-1/+1
* [1] Remove the generic bridge support from those drivers that had it. TheEric Anholt2004-12-301-6/+53
* Unconditionally support the AMD64 GART HW.David E. O'Brien2004-08-191-9/+1
* AMD64 on-CPU GART support.David E. O'Brien2004-08-161-0/+7
* Minimal fix to prevent crashes when an AGP v2 card is used with the new v3 VIAEric Anholt2004-08-091-1/+11
* Add support for the VIA Apollo KT400/400A/600 AGP host bridges which useJohn Baldwin2004-07-021-0/+3
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-301-0/+1
* Get rid of a lockmgr consumer by making agp(4) use a standard mutex,Maxime Henrion2004-05-221-1/+0
* Different VIA host bridges use different offsets to their AGP configJohn Baldwin2004-05-131-8/+33
* Add the ability to disable agp devices at the loader prompt. Usage isNate Lawson2004-04-031-0/+2
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-2/+2
* Sort the list of PCI ID's in numerical order and fix a whitespace bogon.John Baldwin2003-06-271-4/+4
* Add a PCI ID for the Apollo Pro 133A.Matthew N. Dodd2003-06-231-0/+2
* Use __FBSDID().David E. O'Brien2003-06-111-2/+3
* - Express hard dependencies on bus (pci, isa, pccard) andMatthew N. Dodd2003-04-151-0/+2
* Remove a bunch of #include "opt_pci.h".Maxime Henrion2002-11-131-1/+0
* Include <sys/lockmgr.h> for old lock interfaces instead of depending onBruce Evans2002-08-271-0/+1
* Recognise VIA Apollo KT133A bridge.Doug Rabson2001-08-301-0/+2
* Make these compile again by adding proc.h include for GIANT_REQUIREDJohn Baldwin2001-07-051-0/+1
* Introduce a global lock for the vm subsystem (vm_mtx).Alfred Perlstein2001-05-191-0/+1
* A driver for programming the AGP hardware. This is only very lightlyDoug Rabson2000-06-091-0/+253