index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
agp.c
Age
Commit message (
Expand
)
Author
2006-08-27
complete initialization
christos
2006-08-17
Fix all the -D*DEBUG* code that it was rotting away and did not even compile.
christos
2006-07-30
Add support for 82945GM and (untested) 82945P AGP. FreeBSD and
simonb
2006-06-27
Make this build with GCC 4.x.
tron
2006-01-16
PR/32550: Michael Eriksson: No agp(4) support for i915 integrated graphics
christos
2005-12-11
merge ktrace-lwp.
christos
2005-06-28
Use ANSI function decls and static.
thorpej
2005-02-27
nuke trailing whitespace
perry
2004-08-30
Phase out the use of a string as first "attach args" member to control
drochner
2004-02-13
Uppercase CPU, plural is CPUs.
wiz
2003-08-26
Add support for i865G integrated graphics support to agp(4). Patches
tron
2003-08-24
Add a missing blank line between two functions.
tron
2003-07-20
Add support for i855 agp. From FreeBSD.
hannken
2003-06-29
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
fvdl
2003-06-28
Pass lwp pointers throughtout the kernel, as required, so that the lwpid can
darrenr
2003-02-24
Don't match a PCI graphics card in a system which supports an AGP.
tron
2003-02-01
Add extensible malloc types, adapted from FreeBSD. This turns
thorpej
2003-01-31
Use aprint_*().
thorpej
2002-12-13
Add support for i830/i845 agp. From Shingo WATANABE (on tech-x11) and
scw
2002-10-23
merge kqueue branch into -current
jdolecek
2002-10-02
Add trailing ; to CFATTACH_DECL.
thorpej
2002-09-30
Use CFATTACH_DECL().
thorpej
2002-09-27
Declare all cfattach structures const.
thorpej
2002-09-19
Slight wording cleanup in a comment.
nathanw
2002-09-06
Merge the gehenna-devsw branch into the trunk.
gehenna
2002-08-11
-avoid lock leak in error case
drochner
2002-06-27
Only allow the bus_dmamem_alloc() code to sleep if no physically contigous
drochner
2002-01-22
Don't pretend we can handle i830; it needs a somewhat different AGP driver.
augustss
2002-01-14
Add i830M to agp chip tables.
augustss
2001-11-13
add RCSID
lukem
2001-10-01
Don't map the aperture into KVA, it isn't needed.
fvdl
2001-09-16
agp_generic_bind_memory(): Don't return NULL if we can't malloc
thorpej
2001-09-15
agpopen(): check for NULL softc before dereferencing it.
thorpej
2001-09-15
normalize error message if agp_map_aperture() fails
drochner
2001-09-15
Give each AGP controller its own attribute, and let the "agpbus"
thorpej
2001-09-15
Use bus_space_mmap() to mmap the aperture.
thorpej
2001-09-15
Clean up the AGP match/attach code somewhat.
thorpej
2001-09-14
-plug some resource leaks
drochner
2001-09-13
-allocate DMA maps as large as necessary in the worst case
drochner
2001-09-11
Fix i810/other intel chipsets attach mishap.
fvdl
2001-09-10
AGP GART support code. Originally written by Doug Rabson for FreeBSD,
fvdl