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
/
btbc.c
Age
Commit message (
Expand
)
Author
2014-11-16
Replace callout_stop with callout_halt
ozaki-r
2014-05-20
netbt: rename some attach/detach functions to have _pcb suffix, so
rmind
2010-02-24
A pointer typedef entails trading too much flexibility to declare const
dyoung
2010-01-08
Expand PMF_FN_* macros.
dyoung
2009-05-12
struct cfdata * -> cfdata_t, no functional changes intended.
cegger
2008-04-06
convert to use pmf(9) functions
plunky
2007-11-28
Clean up the way that bluetooth drivers attach to the bluetooth stack,
plunky
2007-11-25
#ifndef-ed macro BTBC_DEFAULT_BAUDRATE.
kiyohara
2007-11-11
convert device printf() usages to aprint_xxxx()
plunky
2007-11-10
use more device_t and device_xxx() accessors
plunky
2007-11-03
'struct callout' => callout_t
plunky
2007-11-03
switch devices to using CFATTACH_DECL_NEW()
plunky
2007-10-19
machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
ad
2007-10-16
Whenever writing once, m_adj() is called.
kiyohara
2007-10-02
remove unused activate function
plunky
2007-09-03
No need to check the NULL, m_gethdr() was called always with M_WAIT.
kiyohara
2007-08-20
Add support for AnyCom BlueCard.
kiyohara