index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
agp
/
agp_nvidia.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
sys: use our roundup2/rounddown2() macros when param.h is available.
pfg
2016-04-21
1
-3
/
+3
*
Remove break after return.
kevlo
2015-01-23
1
-5
/
+5
*
Remove unneeded header from agp: opt_bus.h
eadler
2012-11-15
1
-2
/
+0
*
This isn't functionally identical. In some cases a hint to disable
eadler
2012-10-22
1
-0
/
+2
*
Now that device disabling is generic, remove extraneous code from the
eadler
2012-10-22
1
-2
/
+0
*
Add a missing linefeed
brian
2010-06-19
1
-1
/
+1
*
strict kobj signatures: fixes in agp driver
avg
2009-06-11
1
-10
/
+8
*
Calculate the number of pages the GATT spans when reading from each page
jhb
2008-03-07
1
-3
/
+4
*
Move the agp(4) driver from sys/pci to sys/dev/agp. __FreeBSD_version was
jhb
2007-11-12
1
-2
/
+2
*
Split agp_generic_detach() up into two routines: agp_free_cdev() destroys
jhb
2007-10-30
1
-4
/
+2
*
Change the various AGP drivers that attach to the Host-PCI bridge device to
jhb
2005-12-20
1
-2
/
+1
*
Fix agp_nvidia.c to behave more like the linux driver, fixing DRI on Radeon
anholt
2005-09-16
1
-11
/
+20
*
nVidia AGP chipsets beyond nForce2 are AMD64-specific.
obrien
2005-04-02
1
-1
/
+1
*
Fix style(9) issues with __P removal.
imp
2005-02-24
1
-10
/
+10
*
Return BUS_PROBE_DEFAULT instead of 0.
imp
2005-02-24
1
-1
/
+1
*
Add missing <sys/module.h> includes
phk
2004-05-30
1
-0
/
+1
*
Use __FBSDID.
mux
2004-05-23
1
-2
/
+3
*
Get rid of a lockmgr consumer by making agp(4) use a standard mutex,
mux
2004-05-22
1
-1
/
+0
*
Add the ability to disable agp devices at the loader prompt. Usage is
njl
2004-04-03
1
-0
/
+2
*
PCI header files live in dev/pci.
mdodd
2003-08-23
1
-2
/
+2
*
AGP GART driver for NVIDIA nForce/nForce2 chipsets.
mdodd
2003-08-23
1
-0
/
+453