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_i810.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't add an agp child in vgapci's attach routine if the PCIY_AGP
jhb
2006-02-01
1
-0
/
+10
*
- Bump FreeBSD version for the hostb(4) and vgapci(4) drivers as well as
jhb
2005-12-20
1
-36
/
+4
*
Add support for i915 GMCH AGP. This diff is a combination of work by myself
anholt
2005-12-02
1
-31
/
+143
*
Return BUS_PROBE_DEFAULT instead of 0.
imp
2005-02-24
1
-1
/
+1
*
Use VM_ALLOC_NOBUSY to eliminate an unneeded vm_page_wakeup() call and the
alc
2004-10-24
1
-4
/
+1
*
Add missing <sys/module.h> includes
phk
2004-05-30
1
-0
/
+1
*
Get rid of a lockmgr consumer by making agp(4) use a standard mutex,
mux
2004-05-22
1
-1
/
+0
*
Push down the responsibility for zeroing a physical page from the
alc
2004-04-24
1
-2
/
+0
*
Add the ability to disable agp devices at the loader prompt. Usage is
njl
2004-04-03
1
-0
/
+2
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-2
/
+2
*
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
*
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-13
1
-1
/
+8
*
Use __FBSDID().
obrien
2003-06-11
1
-2
/
+3
*
- Express hard dependencies on bus (pci, isa, pccard) and
mdodd
2003-04-15
1
-0
/
+2
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-1
/
+1
*
Remove an extra agp_flush_cache(). The i810 case that needs it already has it.
anholt
2003-02-14
1
-5
/
+0
*
Add Intel 85x/86x AGP support.
anholt
2003-02-13
1
-16
/
+88
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-1
/
+1
*
Remove a bunch of #include "opt_pci.h".
mux
2002-11-13
1
-1
/
+0
*
Correct an indentation.
anholt
2002-10-03
1
-1
/
+1
*
Fix i810 after i830 commit.
anholt
2002-09-15
1
-0
/
+2
*
Fix an i830/i845 test that shouldn't get hit in normal use and remove a printf.
anholt
2002-09-13
1
-6
/
+4
*
Add AGP support for Intel i830M and i845 thanks to patches from moto kawasaki
anholt
2002-09-12
1
-49
/
+201
*
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
-2
/
+2
*
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
/
+2
*
Make these compile again by adding proc.h include for GIANT_REQUIRED
jhb
2001-07-05
1
-0
/
+1
*
Introduce a global lock for the vm subsystem (vm_mtx).
alfred
2001-05-19
1
-0
/
+1
*
Added support for i815.
ru
2000-10-16
1
-2
/
+16
*
Add support for Intel's i810 chipset with integrated graphics. An
dfr
2000-07-12
1
-0
/
+462