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
/
isa
/
cy_isa.c
Age
Commit message (
Expand
)
Author
2008-03-26
split device_t/softc. Use aprint_*_dev and device_xname.
matt
2007-10-19
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
ad
2006-11-16
__unused removal on arguments; approved by core.
christos
2006-10-12
- sprinkle __unused on function decls.
christos
2005-12-11
merge ktrace-lwp.
christos
2004-09-14
Separate the namespace for default (ie unspecified) locators used
drochner
2002-10-02
Fix sizeof and whitespace bug from the script I'm using to do the
thorpej
2002-10-02
Use CFATTACH_DECL().
thorpej
2002-09-27
Declare all cfattach structures const.
thorpej
2002-01-07
Overhaul of the ISA autoconfiguration code to support direct
thorpej
2001-11-13
add RCSID
lukem
2001-01-20
Only need to pass a cy_softc * to cy_attach().
thorpej
2001-01-20
Clean up the PCI attachment a bit, and adjust the other pieces
thorpej
1998-06-09
Nuke __BROKEN_INDIRECT_CONFIG.
thorpej
1998-01-31
PR/4883: Andreas Wrede: Check for wildcard mem address not io ports.
christos
1998-01-14
make it compile without BROKEN_INDIRECT_CONFIG
drochner
1997-10-20
Don't panic if we fail to remap i/o or mem space in the attach function.
thorpej
1997-10-19
Make sure the i/o and/or mem addresses aren't wildcarded (i.e. -1) before
thorpej
1996-10-21
New bus.h implementation/interface:
thorpej
1996-10-13
backout kprintf changes
christos
1996-10-10
printf -> kprintf, sprintf -> ksprintf
christos
1996-09-26
Fix a bus mem space leak; always unmap the card, regardless of the success
thorpej
1996-09-24
New cyclades driver from Timo Rossi
christos