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
/
pcmcia
/
if_cs_pcmcia.c
Age
Commit message (
Expand
)
Author
2016-07-07
KNF. Remove extra spaces. No functional change.
msaitoh
2015-04-13
Convert sys/dev to use <sys/rndsource.h>.
riastradh
2012-10-27
split device_t/softc for all remaining drivers.
chs
2012-02-02
Entropy-pool implementation move and cleanup.
tls
2009-05-12
struct device * -> device_t, no functional changes intended.
cegger
2009-05-12
struct cfdata * -> cfdata_t, no functional changes intended.
cegger
2008-04-05
use aprint_*_dev and device_xname
cegger
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
2005-02-27
nuke trailing whitespace
perry
2004-08-10
Update to the new world order.
mycroft
2004-08-10
Now that all the silly string printing is gone, move the location where we
mycroft
2004-08-09
Fix the intr_establish/disestablish order here too.
mycroft
2004-08-08
Remove the "offset" and "size" arguments to pcmcia_io_map(). In the singular
mycroft
2004-07-07
More cleanup:
mycroft
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
2001-11-26
move dev/isa/cs89x0{.c,{var,reg}.h} into dev/ic
yamt
2001-11-26
add pcmcia frontend for cs driver.
yamt