summaryrefslogtreecommitdiffstats
path: root/sys/dev/agp/agp_via.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded semicolons.antoine2013-01-011-1/+1
* Remove unneeded header from agp: opt_bus.headler2012-11-151-2/+0
* This isn't functionally identical. In some cases a hint to disableeadler2012-10-221-0/+2
* Now that device disabling is generic, remove extraneous code from theeadler2012-10-221-2/+0
* Fix a handful of issues with via agp support.rnoland2009-12-211-32/+24
* vm_offset_t is unsigned and therefore can not be negative.rnoland2009-03-201-2/+2
* Fix prototypes to be consistent.imp2009-03-091-2/+2
* - Add few VIA bridges to agp_via.c and connect it to amd64 buildjkim2009-01-231-0/+9
* Move the agp(4) driver from sys/pci to sys/dev/agp. __FreeBSD_version wasjhb2007-11-121-2/+2
* Split agp_generic_detach() up into two routines: agp_free_cdev() destroysjhb2007-10-301-4/+2
* - Add the device ID for the VIA VT3324 (CX700) chipset.kevlo2007-09-211-21/+83
* Change the various AGP drivers that attach to the Host-PCI bridge device tojhb2005-12-201-2/+1
* Make the initialization in the AGPv3 case match that of Linux. Fixes hangs onanholt2005-06-261-8/+28
* Return BUS_PROBE_DEFAULT instead of 0.imp2005-02-241-1/+1
* [1] Remove the generic bridge support from those drivers that had it. Theanholt2004-12-301-6/+53
* Unconditionally support the AMD64 GART HW.obrien2004-08-191-9/+1
* AMD64 on-CPU GART support.obrien2004-08-161-0/+7
* Minimal fix to prevent crashes when an AGP v2 card is used with the new v3 VIAanholt2004-08-091-1/+11
* Add support for the VIA Apollo KT400/400A/600 AGP host bridges which usejhb2004-07-021-0/+3
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* Get rid of a lockmgr consumer by making agp(4) use a standard mutex,mux2004-05-221-1/+0
* Different VIA host bridges use different offsets to their AGP configjhb2004-05-131-8/+33
* Add the ability to disable agp devices at the loader prompt. Usage isnjl2004-04-031-0/+2
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* Sort the list of PCI ID's in numerical order and fix a whitespace bogon.jhb2003-06-271-4/+4
* Add a PCI ID for the Apollo Pro 133A.mdodd2003-06-231-0/+2
* Use __FBSDID().obrien2003-06-111-2/+3
* - Express hard dependencies on bus (pci, isa, pccard) andmdodd2003-04-151-0/+2
* Remove a bunch of #include "opt_pci.h".mux2002-11-131-1/+0
* Include <sys/lockmgr.h> for old lock interfaces instead of depending onbde2002-08-271-0/+1
* Recognise VIA Apollo KT133A bridge.dfr2001-08-301-0/+2
* Make these compile again by adding proc.h include for GIANT_REQUIREDjhb2001-07-051-0/+1
* Introduce a global lock for the vm subsystem (vm_mtx).alfred2001-05-191-0/+1
* A driver for programming the AGP hardware. This is only very lightlydfr2000-06-091-0/+253
OpenPOWER on IntegriCloud