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
/
cardbus
/
rbus.c
Age
Commit message (
Expand
)
Author
2003-11-02
Fix some typos. From Tom Cosgrove via jmc@openbsd.
wiz
2003-09-13
Remove an unreachable return statement (and fix a whitespace nit).
simonb
2003-05-17
Fix some DPRINTF statements to deal with bus_addr_t and bus_size_t types
scw
2003-03-22
PCI-CardBus bridge support for sparc64:
nakayama
2002-11-25
Avoid strict-alias warnings.
thorpej
2002-04-22
Let's not free an uninitialized variable.
matt
2002-03-10
Undo my previous change that worked around a problem attaching a 3c562d.
christos
2001-12-24
make sure that we adjust the end of the subrange if we adjusted the beginning
christos
2001-11-15
don't need <sys/types.h> when including <sys/param.h>
lukem
2001-11-13
add RCSID
lukem
2001-07-10
Bug fix: call extent_subregion() with alignment = 1 instead of 0.
haya
2000-05-30
Call extent_alloc_subregion() with EX_MALLOCOK in
haya
2000-05-26
KNFfied those files.
haya
2000-05-08
Fix the most glaring bug in the old rbus code. This way your machine won't
augustss
2000-05-08
Back out my rbus change since it seems to break things.
augustss
2000-05-08
KNF the code and fix three bugs:
augustss
1999-11-06
It's okay for a memory region to be larger than it's alignment.
soren
1999-10-15
add NetBSD ID tag.
haya
1999-10-15
This is the first check-in of CardBus driver. CardBus driver contains
haya