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
/
agppriv.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
A rewrite of the i810 bits of the agp(4) driver. New driver supports
kib
2012-05-22
1
-1
/
+1
*
Fix prototypes to be consistent.
imp
2009-03-09
1
-1
/
+1
*
Deal with 0 length args...
rnoland
2008-12-21
1
-1
/
+1
*
Fix AGP_DEBUG macro to use c99 __VA_ARGS__ and build if enabled.
rnoland
2008-12-21
1
-6
/
+3
*
Move the agp(4) driver from sys/pci to sys/dev/agp. __FreeBSD_version was
jhb
2007-11-12
1
-1
/
+1
*
Split agp_generic_detach() up into two routines: agp_free_cdev() destroys
jhb
2007-10-30
1
-0
/
+2
*
Add support for G965/Q965/GM965/GME965/GME945 AGP.
anholt
2007-07-13
1
-0
/
+5
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
1
-1
/
+1
*
Get rid of a lockmgr consumer by making agp(4) use a standard mutex,
mux
2004-05-22
1
-1
/
+1
*
Add support for Intel's i810 chipset with integrated graphics. An
dfr
2000-07-12
1
-0
/
+1
*
Fix the AMD 751 AGP minidriver so that it works with my test code.
dfr
2000-06-10
1
-0
/
+1
*
A driver for programming the AGP hardware. This is only very lightly
dfr
2000-06-09
1
-0
/
+103