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
/
radio.c
Age
Commit message (
Expand
)
Author
2018-02-05
fixes for GCC 6.4:
mrg
2017-10-28
Kill some more extern cfdriver xyz_cd in favour of #include "ioconf.h".
riastradh
2014-07-25
Add d_discard to all struct cdevsw instances I could find.
dholland
2014-03-16
Change (mostly mechanically) every cdevsw/bdevsw I can find to use
dholland
2011-02-23
Correct device_t/softc split and, while I am here, delete commented-out
dyoung
2010-01-21
All that the activation hook radioactivate() did was to change
dyoung
2009-12-06
Simplify these device-activation hooks using the following semantic
dyoung
2008-07-09
- use aprint in attach
joerg
2008-06-08
Use device_lookup_private() rather than using cd_devs[] directly to get softc.
tsutsui
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2006-11-16
__unused removal on arguments; approved by core.
christos
2006-10-12
- sprinkle __unused on function decls.
christos
2006-09-03
add missing initializer
christos
2006-03-28
Use device_unit().
thorpej
2005-12-11
merge ktrace-lwp.
christos
2005-02-27
nuke trailing whitespace
perry
2004-10-29
constify audio_hw_if, midi_hw_if, and radio_hw_if.
yamt
2003-10-19
Remove unreachable break after return and goto statements.
simonb
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-01-01
Use aprint_normal() in cfprint routines.
thorpej
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-06
Merge the gehenna-devsw branch into the trunk.
gehenna
2002-01-05
Initialize _ca struct right.
augustss
2002-01-02
Support detach.
augustss
2002-01-01
Add support for radio cards. Written by Maxim Tsyplakov and Vladimir Popov
augustss