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
/
sf16fmr2.c
Age
Commit message (
Expand
)
Author
2012-10-27
split device_t/softc for all remaining drivers.
chs
2009-05-12
struct device * -> device_t, no functional changes intended.
cegger
2009-05-12
struct cfdata * -> cfdata_t, no functional changes intended.
cegger
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-10-29
constify audio_hw_if, midi_hw_if, and radio_hw_if.
yamt
2003-07-14
add missing __KERNEL_RCSID()
lukem
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-09-03
Use a different way to recognize tea5759 chips. From OpenBSD.
augustss
2002-01-07
Overhaul of the ISA autoconfiguration code to support direct
thorpej
2002-01-03
Add \n in attach messages.
augustss
2002-01-02
Change the probe code. You cannot unmap bus space and then use it.
augustss
2002-01-01
Add support for radio cards. Written by Maxim Tsyplakov and Vladimir Popov
augustss