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
/
pci
/
agp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move the agp(4) driver from sys/pci to sys/dev/agp. __FreeBSD_version was
jhb
2007-11-12
1
-975
/
+0
*
Split agp_generic_detach() up into two routines: agp_free_cdev() destroys
jhb
2007-10-30
1
-2
/
+17
*
Add support for G965/Q965/GM965/GME965/GME945 AGP.
anholt
2007-07-13
1
-5
/
+52
*
The page queues lock is no longer required by vm_page_busy() or
alc
2006-10-22
1
-4
/
+0
*
Fix the wraparound of memsize >=2GB.
tanimura
2006-10-15
1
-2
/
+3
*
Explicitly set v3 mode only when it is requested. Don't bother otherwise.
jkim
2006-08-11
1
-1
/
+6
*
Remove various bits of conditional Alpha code and fixup a few comments.
jhb
2006-05-12
1
-10
/
+0
*
Fix a memory leak I introduced with the hostb/vgapci stuff.
jhb
2006-01-17
1
-4
/
+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
1
-3
/
+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
*
Avoid repeated acquisition and release of the vm object lock inside of
alc
2004-10-24
1
-5
/
+6
*
AMD64 on-CPU GART support.
obrien
2004-08-16
1
-1
/
+1
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
1
-4
/
+4
*
Add missing <sys/module.h> includes
phk
2004-05-30
1
-0
/
+1
*
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
1
-12
/
+10
*
Plug three lock leaks.
mux
2004-05-22
1
-0
/
+3
*
Push down the responsibility for zeroing a physical page from the
alc
2004-04-24
1
-2
/
+0
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-2
/
+2
*
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
1
-0
/
+5
*
Add simple support for AGP 3.0 including enabling 8x mode. The simple
jhb
2003-10-23
1
-13
/
+108
*
Prefer new location of pci include files (which have only been in the
imp
2003-08-22
1
-2
/
+2
*
Add vm object locking.
alc
2003-06-19
1
-0
/
+6
*
Use __FBSDID().
obrien
2003-06-11
1
-2
/
+3
*
- Add vm_paddr_t, a physical address type. This is required for systems
jake
2003-03-25
1
-1
/
+1
*
Gigacommit to improve device-driver source compatibility between
phk
2003-03-03
1
-13
/
+7
*
Cleanup of the d_mmap_t interface.
mux
2003-02-25
1
-2
/
+3
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-1
/
+1
*
Split the arch-specific AGP files into the appropriate files.* and do the same
anholt
2003-02-14
1
-0
/
+6
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-1
/
+1
*
- Hold the page queues lock around vm_page_wakeup().
alc
2002-12-23
1
-0
/
+4
*
Remove a bunch of #include "opt_pci.h".
mux
2002-11-13
1
-1
/
+0
*
Include <sys/lockmgr.h> for old lock interfaces instead of depending on
bde
2002-08-27
1
-0
/
+1
*
o Retire vm_page_zero_fill() and vm_page_zero_fill_area(). Ever since
alc
2002-08-25
1
-1
/
+1
*
o Use the VM_ALLOC_WIRED flag instead of calling vm_page_wire().
alc
2002-08-10
1
-4
/
+1
*
o If the page returned by vm_page_grab(VM_ALLOC_ZERO) isn't prezeroed,
alc
2002-07-21
1
-0
/
+2
*
o Lock page queue accesses by vm_page_wire().
alc
2002-07-14
1
-0
/
+2
*
o Complete the locking of page queue accesses by vm_page_unwire().
alc
2002-07-13
1
-0
/
+4
*
Allow retrieval of the virtual address of the AGP aperture
mdodd
2001-12-19
1
-0
/
+1
*
Don't automatically unbind/deallocate memory when releasing.
ru
2001-11-27
1
-10
/
+6
*
KSE Milestone 2
julian
2001-09-12
1
-9
/
+9
*
Introduce a global lock for the vm subsystem (vm_mtx).
alfred
2001-05-19
1
-0
/
+1
*
Send the remains (such as I have located) of "block major numbers" to
phk
2001-03-26
1
-1
/
+0
*
un-staticize M_AGP so that it can be used in agp*.c
assar
2000-12-19
1
-1
/
+1
*
Add a missing include of <sys/proc.h>.
jhb
2000-12-12
1
-0
/
+1
[next]