aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/agp/agp_nvidia.c
Commit message (Expand)AuthorAgeFilesLines
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* sys: use our roundup2/rounddown2() macros when param.h is available.Pedro F. Giffuni2016-04-211-3/+3
* Remove break after return.Kevin Lo2015-01-231-5/+5
* Remove unneeded header from agp: opt_bus.hEitan Adler2012-11-151-2/+0
* This isn't functionally identical. In some cases a hint to disableEitan Adler2012-10-221-0/+2
* Now that device disabling is generic, remove extraneous code from theEitan Adler2012-10-221-2/+0
* Add a missing linefeedBrian Somers2010-06-191-1/+1
* strict kobj signatures: fixes in agp driverAndriy Gapon2009-06-111-10/+8
* Calculate the number of pages the GATT spans when reading from each pageJohn Baldwin2008-03-071-3/+4
* Move the agp(4) driver from sys/pci to sys/dev/agp. __FreeBSD_version wasJohn Baldwin2007-11-121-2/+2
* Split agp_generic_detach() up into two routines: agp_free_cdev() destroysJohn Baldwin2007-10-301-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