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
*
Add support for allocating one larger than page-sized contiguous block of memory
anholt
2006-05-16
1
-26
/
+110
*
Remove various bits of conditional Alpha code and fixup a few comments.
jhb
2006-05-12
1
-10
/
+0
*
Add support for the Intel E7205 chipset.
anholt
2006-02-17
1
-0
/
+6
*
Don't add an agp child in vgapci's attach routine if the PCIY_AGP
jhb
2006-02-01
1
-0
/
+10
*
Fix a memory leak I introduced with the hostb/vgapci stuff.
jhb
2006-01-17
1
-4
/
+8
*
- Use PCIR_BAR() macro for the BAR for the aperture.
jhb
2005-12-20
1
-7
/
+1
*
- Bump FreeBSD version for the hostb(4) and vgapci(4) drivers as well as
jhb
2005-12-20
1
-36
/
+4
*
Change the various AGP drivers that attach to the Host-PCI bridge device to
jhb
2005-12-20
8
-16
/
+8
*
Change the agp_find_device() to return the first agp device that has been
jhb
2005-12-20
1
-2
/
+11
*
Don't map the AGP aperture into contiguous KVA. The various graphics
jhb
2005-12-20
2
-4
/
+1
*
Destroy the /dev device before destroying the mutex or releasing resources
jhb
2005-12-20
1
-1
/
+2
*
Use pci_find_extcap() to search for AGP capabilities (PCIY_AGP).
jhb
2005-12-20
1
-25
/
+4
*
Add support for i915 GMCH AGP. This diff is a combination of work by myself
anholt
2005-12-02
2
-31
/
+160
*
Add support for the i855GM, tested by an r300 user.
anholt
2005-11-29
1
-1
/
+6
*
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
2
-8
/
+175
*
Add a new AGP driver for ATI IGP chipsets. The driver is based on reading of
anholt
2005-09-17
2
-0
/
+398
*
Fix agp_nvidia.c to behave more like the linux driver, fixing DRI on Radeon
anholt
2005-09-16
1
-11
/
+20
*
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
[next]