summaryrefslogtreecommitdiffstats
path: root/sys/pci/agp_amd.c
Commit message (Expand)AuthorAgeFilesLines
* 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