summaryrefslogtreecommitdiffstats
path: root/sys/dev/agp/agp_nvidia.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a missing linefeedbrian2010-06-191-1/+1
* strict kobj signatures: fixes in agp driveravg2009-06-111-10/+8
* Calculate the number of pages the GATT spans when reading from each pagejhb2008-03-071-3/+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
* 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