summaryrefslogtreecommitdiffstats
path: root/sys/pci/agp_nvidia.c
Commit message (Expand)AuthorAgeFilesLines
* Change the various AGP drivers that attach to the Host-PCI bridge device tojhb2005-12-201-2/+1
* Fix agp_nvidia.c to behave more like the linux driver, fixing DRI on Radeonanholt2005-09-161-11/+20
* nVidia AGP chipsets beyond nForce2 are AMD64-specific.obrien2005-04-021-1/+1
* Fix style(9) issues with __P removal.imp2005-02-241-10/+10
* Return BUS_PROBE_DEFAULT instead of 0.imp2005-02-241-1/+1
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* Use __FBSDID.mux2004-05-231-2/+3
* 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
* PCI header files live in dev/pci.mdodd2003-08-231-2/+2
* AGP GART driver for NVIDIA nForce/nForce2 chipsets.mdodd2003-08-231-0/+453
OpenPOWER on IntegriCloud