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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make the initialization in the AGPv3 case match that of Linux. Fixes hangs on
anholt
2005-06-26
1
-8
/
+28
*
Add nForce3-250.
obrien
2005-04-08
1
-0
/
+2
*
nVidia AGP chipsets beyond nForce2 are AMD64-specific.
obrien
2005-04-02
2
-1
/
+3
*
Add device id for the Ali M1671 host to AGP bridge.
cognet
2005-02-27
1
-0
/
+2
*
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
8
-8
/
+8
*
Correct the SiS 755 PCI ID. Confirmed against Linux code.
anholt
2005-02-14
1
-1
/
+1
*
No use for this AMD64 special-case "return NULL;" in probe now that we don't
anholt
2005-02-14
1
-2
/
+0
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
1
-1
/
+1
*
[1] Remove the generic bridge support from those drivers that had it. The
anholt
2004-12-30
4
-15
/
+55
*
Use VM_ALLOC_NOBUSY to eliminate an unneeded vm_page_wakeup() call and the
alc
2004-10-24
1
-4
/
+1
*
Avoid repeated acquisition and release of the vm object lock inside of
alc
2004-10-24
1
-5
/
+6
*
Add PCI ID for VIA K8T800Pro chipset. Tested with agptest and X with DRI
anholt
2004-10-05
1
-0
/
+2
*
Add support for Intel E7205 AGP.
anholt
2004-08-22
1
-0
/
+6
*
Fix aperture size detection on some ALi chipsets by only using the lowest 4 bits
anholt
2004-08-21
1
-4
/
+4
*
Apply some stylistic changes based off of kern/70037 (content changes to
anholt
2004-08-21
1
-10
/
+10
*
Unconditionally support the AMD64 GART HW.
obrien
2004-08-19
3
-15
/
+1
*
AMD64 on-CPU GART support.
obrien
2004-08-16
5
-1
/
+341
*
style.9.
obrien
2004-08-16
1
-12
/
+8
*
Minimal fix to prevent crashes when an AGP v2 card is used with the new v3 VIA
anholt
2004-08-09
2
-1
/
+12
*
Add support for the VIA Apollo KT400/400A/600 AGP host bridges which use
jhb
2004-07-02
1
-0
/
+3
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
2
-5
/
+5
*
Add missing <sys/module.h> includes
phk
2004-05-30
8
-0
/
+8
*
Use __FBSDID.
mux
2004-05-23
1
-2
/
+3
*
In agp_generic_bind_memory(), grab the needed pages before acquiring
mux
2004-05-23
1
-30
/
+42
*
Get rid of a lockmgr consumer by making agp(4) use a standard mutex,
mux
2004-05-22
9
-20
/
+11
*
Plug three lock leaks.
mux
2004-05-22
1
-0
/
+3
*
Add explicit list of SiS AGP chipsets based on Linux kernel's list.
anholt
2004-05-19
1
-0
/
+36
*
Different VIA host bridges use different offsets to their AGP config
jhb
2004-05-13
2
-9
/
+41
*
Push down the responsibility for zeroing a physical page from the
alc
2004-04-24
2
-4
/
+0
*
Add register definitions for the status and command registers for AGP.
imp
2004-04-05
1
-0
/
+22
*
Add the ability to disable agp devices at the loader prompt. Usage is
njl
2004-04-03
7
-0
/
+14
*
Before MFC'ing the previous commit, I noticed I'd left out a case.
peadar
2004-04-03
1
-0
/
+1
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
3
-6
/
+6
*
Recognise the 82845G AGP bridge, and poke it appropriately at
peadar
2004-03-13
1
-0
/
+5
*
Device megapatch 4/6:
phk
2004-02-21
1
-0
/
+2
*
Device megapatch 1/6:
phk
2004-02-21
1
-2
/
+0
*
This is not a D_TTY driver.
phk
2004-02-15
1
-1
/
+0
*
- Disable AGP on ALI chipsets if aperture size is 0.
anholt
2003-11-11
2
-0
/
+9
*
Add simple support for AGP 3.0 including enabling 8x mode. The simple
jhb
2003-10-23
1
-13
/
+108
*
Use a switch statement on the devid instead of if-else for determing which
jhb
2003-10-23
1
-6
/
+18
*
Make the i810 AGP device create a "drmsub" child device. This will be attached
anholt
2003-10-02
1
-2
/
+31
*
Fix a typo in r1.8: The GTLB enable/flush bit is 1<<7, not 1<<8.
anholt
2003-09-17
1
-1
/
+1
*
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
2
-0
/
+466
*
Prefer new location of pci include files (which have only been in the
imp
2003-08-22
7
-14
/
+14
*
Sort the list of PCI ID's in numerical order and fix a whitespace bogon.
jhb
2003-06-27
1
-4
/
+4
*
Add a PCI ID for the Apollo Pro 133A.
mdodd
2003-06-23
1
-0
/
+2
*
Add PCI IDs for the i82855 and i82875P AGP bridges.
mdodd
2003-06-23
1
-0
/
+12
*
Add vm object locking.
alc
2003-06-19
1
-0
/
+6
[next]