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_amd64.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
vm_offset_t is unsigned and therefore can not be negative.
rnoland
2009-03-20
1
-2
/
+2
*
Fix prototypes to be consistent.
imp
2009-03-09
1
-2
/
+2
*
Add support for AMD64 Family 10h processors.
jkim
2009-01-12
1
-3
/
+5
*
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
-3
/
+3
*
Fix style(9) nits.
jkim
2006-10-09
1
-38
/
+37
*
Fix 32-bit PTE in the GART table.
jkim
2006-10-09
1
-1
/
+3
*
Use aperture base address from north bridge. Some BIOS does not encode
jkim
2006-08-21
1
-10
/
+5
*
Move SiS 760 to where it belongs.
jkim
2006-05-30
1
-0
/
+2
*
Change the various AGP drivers that attach to the Host-PCI bridge device to
jhb
2005-12-20
1
-2
/
+1
*
0xb1881106 seems to be an AGP bridge and some BIOSes incorrectly handle
jkim
2005-11-14
1
-16
/
+72
*
- Add a work-around for nForce3-250. Aperture base address encoded in misc.
jkim
2005-09-27
1
-8
/
+158
*
Add nForce3-250.
obrien
2005-04-08
1
-0
/
+2
*
nVidia AGP chipsets beyond nForce2 are AMD64-specific.
obrien
2005-04-02
1
-0
/
+2
*
Return BUS_PROBE_DEFAULT instead of 0.
imp
2005-02-24
1
-1
/
+1
*
Correct the SiS 755 PCI ID. Confirmed against Linux code.
anholt
2005-02-14
1
-1
/
+1
*
Add PCI ID for VIA K8T800Pro chipset. Tested with agptest and X with DRI
anholt
2004-10-05
1
-0
/
+2
*
Unconditionally support the AMD64 GART HW.
obrien
2004-08-19
1
-3
/
+0
*
AMD64 on-CPU GART support.
obrien
2004-08-16
1
-0
/
+311