summaryrefslogtreecommitdiffstats
path: root/sys/pci/agp_sis.c
Commit message (Expand)AuthorAgeFilesLines
* Move SiS 760 to where it belongs.jkim2006-05-301-2/+0
* Change the various AGP drivers that attach to the Host-PCI bridge device tojhb2005-12-201-2/+1
* Return BUS_PROBE_DEFAULT instead of 0.imp2005-02-241-1/+1
* No use for this AMD64 special-case "return NULL;" in probe now that we don'tanholt2005-02-141-2/+0
* [1] Remove the generic bridge support from those drivers that had it. Theanholt2004-12-301-3/+0
* Unconditionally support the AMD64 GART HW.obrien2004-08-191-3/+0
* AMD64 on-CPU GART support.obrien2004-08-161-0/+5
* 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
* Add explicit list of SiS AGP chipsets based on Linux kernel's list.anholt2004-05-191-0/+36
* 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
* Use __FBSDID().obrien2003-06-111-2/+3
* - Express hard dependencies on bus (pci, isa, pccard) andmdodd2003-04-151-0/+2
* Add pci id# for the sis648sos2003-03-131-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
* 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/+256
OpenPOWER on IntegriCloud