aboutsummaryrefslogtreecommitdiff
path: root/sys/pci/agp_nvidia.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: Split agp_generic_detach() up into two routines: agp_free_cdev() andJohn Baldwin2007-11-081-4/+2
* Change the various AGP drivers that attach to the Host-PCI bridge device toJohn Baldwin2005-12-201-2/+1
* Fix agp_nvidia.c to behave more like the linux driver, fixing DRI on RadeonEric Anholt2005-09-161-11/+20
* nVidia AGP chipsets beyond nForce2 are AMD64-specific.David E. O'Brien2005-04-021-1/+1
* Fix style(9) issues with __P removal.Warner Losh2005-02-241-9/+9
* Return BUS_PROBE_DEFAULT instead of 0.Warner Losh2005-02-241-1/+1
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-301-0/+1
* Use __FBSDID.Maxime Henrion2004-05-231-2/+3
* Get rid of a lockmgr consumer by making agp(4) use a standard mutex,Maxime Henrion2004-05-221-1/+0
* Add the ability to disable agp devices at the loader prompt. Usage isNate Lawson2004-04-031-0/+2
* PCI header files live in dev/pci.Matthew N. Dodd2003-08-231-2/+2
* AGP GART driver for NVIDIA nForce/nForce2 chipsets.Matthew N. Dodd2003-08-231-0/+453