summaryrefslogtreecommitdiffstats
path: root/sys/dev/agp/agp_ali.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
* strict kobj signatures: fixes in agp driveravg2009-06-111-4/+4
* 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
* Change the various AGP drivers that attach to the Host-PCI bridge device tojhb2005-12-201-2/+1
* Add device id for the Ali M1671 host to AGP bridge.cognet2005-02-271-0/+2
* 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-3/+2
* Fix aperture size detection on some ALi chipsets by only using the lowest 4 bitsanholt2004-08-211-4/+4
* Apply some stylistic changes based off of kern/70037 (content changes toanholt2004-08-211-10/+10
* 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 the ability to disable agp devices at the loader prompt. Usage isnjl2004-04-031-0/+2
* - Disable AGP on ALI chipsets if aperture size is 0.anholt2003-11-111-0/+4
* 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
* 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/+264
OpenPOWER on IntegriCloud