index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
sdmmc
/
sbt.c
Age
Commit message (
Expand
)
Author
2010-07-02
m_copyback can fail to allocate memory, but is a void fucntion so gymnastics
Bret Lambert
2010-02-11
No need for M_CANFAIL if M_NOWAIT is used. Found by Gleydson Soares.
Claudio Jeker
2009-11-11
fixup of locking issues with sdmmc, which were causing
Jasper Lievisse Adriaanse
2008-11-01
new workq_create interface. discovered by Vladimir Kirillov
Ted Unangst
2008-02-25
Fix broken cast on 64bit platforms
Uwe Stuehler
2008-02-24
Sync sys/netbt with NetBSD
Uwe Stuehler
2007-06-19
Pass the correct flag to sbt_start() in sbt_start_cmd()
Uwe Stuehler
2007-06-19
better debug output
Uwe Stuehler
2007-06-06
Oops, dispatch packets to the correct hci_input_xxx() function
Uwe Stuehler
2007-06-06
Let it compile with SBT_DEBUG
Uwe Stuehler
2007-06-03
Implement transmission of ACL and SCO packets
Uwe Stuehler
2007-06-02
retry reading HCI packets a few times before giving up
Uwe Stuehler
2007-05-31
don't print debug messages
Uwe Stuehler
2007-05-31
Clean up and fix sbt_write_packet()
Uwe Stuehler
2007-05-31
An SDIO Bluetooth driver, only initial bits and therefore not enabled yet
Uwe Stuehler