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
/
bluetooth
/
bthci.c
Age
Commit message (
Expand
)
Author
2006-06-19
Initial import of bluetooth stack on behalf of Iain Hibbert. (plunky@,
gdamore
2006-03-28
Use device_unit().
thorpej
2006-02-20
Use device_is_active() rather than testing dv_flags for DVF_ACTIVE
thorpej
2005-12-17
Make this build again (ktrace-lwp branch changes).
xtraeme
2005-12-11
merge ktrace-lwp.
christos
2005-07-02
bthcipoll must not return <sys/errno.h> error codes, return POLLERR/POLLHUP
dsainty
2004-01-04
Don't (ab)use the device driver flow control interface to prevent incoming
dsainty
2003-07-24
A little printf-casting to make the DIAGNOSTIC sections of this
nathanw
2003-07-14
add missing __KERNEL_RCSID()
lukem
2003-01-11
Changed the interface for passing output data between the bthci driver
dsainty
2003-01-05
Make the bthci driver functional. This is an experimental, incomplete, but
dsainty
2002-10-24
g/c IRDA ioctls (was within #if 0 anyway)
augustss
2002-10-23
merge kqueue branch into -current
jdolecek
2002-10-02
Add trailing ; to CFATTACH_DECL.
thorpej
2002-10-01
Remove unnecessary extern decl of bthci_ca.
thorpej
2002-09-30
Use CFATTACH_DECL().
thorpej
2002-09-27
Declare all cfattach structures const.
thorpej
2002-09-27
remove trailing \n in panic(). approved perry.
provos
2002-09-12
Make it compile. Rename a macro.
augustss
2002-09-06
Merge the gehenna-devsw branch into the trunk.
gehenna
2002-08-24
Add some placeholders for Bluetooth code.
augustss