aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/agp/agp_sis.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* strict kobj signatures: fixes in agp driverAndriy Gapon2009-06-111-4/+4
* 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
* Move SiS 760 to where it belongs.Jung-uk Kim2006-05-301-2/+0
* Change the various AGP drivers that attach to the Host-PCI bridge device toJohn Baldwin2005-12-201-2/+1
* Return BUS_PROBE_DEFAULT instead of 0.Warner Losh2005-02-241-1/+1
* No use for this AMD64 special-case "return NULL;" in probe now that we don'tEric Anholt2005-02-141-2/+0
* [1] Remove the generic bridge support from those drivers that had it. TheEric Anholt2004-12-301-3/+0
* Unconditionally support the AMD64 GART HW.David E. O'Brien2004-08-191-3/+0
* AMD64 on-CPU GART support.David E. O'Brien2004-08-161-0/+5
* 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
* Add explicit list of SiS AGP chipsets based on Linux kernel's list.Eric Anholt2004-05-191-0/+36
* 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
* 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
* Add pci id# for the sis648Søren Schmidt2003-03-131-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
* 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/+256