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_via.c
Age
Commit message (
Expand
)
Author
2019-11-10
in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT
chs
2011-02-19
more AGP v3 fixes from FreeBSD:
jmcneill
2011-02-15
print AGP mode (v3/v2compat/v2) with aprint_debug instead of aprint_normal
jmcneill
2010-11-13
Don't pull in the whole uvm(9) API to access only PAGE_SIZE and
uebayasi
2010-01-31
Replace more printfs with aprint_normal / aprint_verbose
hubertf
2008-06-09
o Split device_t/softc for agp(4).
freza
2008-03-11
Avoid unaligned pci_conf_read.
joerg
2008-01-04
Start detangling lock.h from intr.h. This is likely to cause short term
ad
2007-10-19
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
ad
2007-03-27
Instead of having a lookup table of devices that support AGP V3, use the
jmcneill
2007-03-27
Add AGPv3 support to VIA AGP driver from FreeBSD.
jmcneill
2006-11-16
__unused removal on arguments; approved by core.
christos
2006-10-12
- sprinkle __unused on function decls.
christos
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
2003-01-31
Use aprint_*().
thorpej
2002-01-12
Call malloc(9) with M_ZERO flag instead of memset() after malloc().
tsutsui
2001-11-13
add RCSID
lukem
2001-09-15
Clean up the AGP match/attach code somewhat.
thorpej
2001-09-10
AGP GART support code. Originally written by Doug Rabson for FreeBSD,
fvdl