summaryrefslogtreecommitdiffstats
path: root/sys/dev/agp/agp_amd.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
* Return BUS_PROBE_DEFAULT instead of 0.imp2005-02-241-1/+1
* style.9.obrien2004-08-161-12/+8
* 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
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-2/+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
* Remove a bunch of #include "opt_pci.h".mux2002-11-131-1/+0
* Fix previous commit: Don't cast integral types to pointers tomarcel2002-10-151-2/+2
* Make this compile on 64-bit architectures (e.g. ia64) by not assumingmarcel2002-10-121-2/+2
* Include <sys/lockmgr.h> for old lock interfaces instead of depending onbde2002-08-271-0/+1
* Fix some nits in AMD AGP driver. Remove excess malloc and move a bzerocokane2002-04-151-10/+3
* This patch will fix the lockups associated with AMD 751,761,762 based AGPcokane2001-12-071-7/+51
* Add probe line for the AMD 761 northbridge chip. At least it detects now,cokane2001-09-201-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
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Release resources properly in detach.dfr2000-06-101-0/+9
* Fix the AMD 751 AGP minidriver so that it works with my test code.dfr2000-06-101-7/+101
* A driver for programming the AGP hardware. This is only very lightlydfr2000-06-091-0/+276
OpenPOWER on IntegriCloud