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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Staticize some malloc M_ instances.
phk
2000-12-08
1
-1
/
+1
*
Remove unneeded #include <sys/proc.h> lines.
phk
2000-10-29
1
-1
/
+0
*
This didn't compile. Fix typo: s/rmang_get_start/rman_get_start/
peter
2000-10-18
1
-1
/
+1
*
Use appropriate resource management accessors instead of directly
mdodd
2000-10-18
1
-2
/
+1
*
Convert lockmgr locks from using simple locks to using mutexes.
jasone
2000-10-04
1
-0
/
+1
*
Add support for Intel's i810 chipset with integrated graphics. An
dfr
2000-07-12
1
-4
/
+14
*
Fix the AMD 751 AGP minidriver so that it works with my test code.
dfr
2000-06-10
1
-1
/
+5
*
A driver for programming the AGP hardware. This is only very lightly
dfr
2000-06-09
1
-0
/
+790