freebsd-dev/sys/netgraph/bluetooth/socket/TODO
Julian Elischer 878ed22696 The second try a committing the bluetooth code
Has been seen to work on several cards and communicating with
several mobile phones to use them as modems etc.

We are still talking with 3com to try get them to allow us to include
the firmware for their pccard in the driver but the driver is here..
In the mean time
it can be downloaded from the 3com website and loaded using the utility
bt3cfw(8) (supplied) (instructions in the man page)

Not yet linked to the build

Submitted by:	Maksim Yevmenkin <myevmenk@exodus.net>
Approved by:	re
2002-11-20 23:01:59 +00:00

16 lines
332 B
Plaintext

$Id: TODO,v 1.4 2002/09/06 21:03:56 max Exp $
$FreeBSD$
FIXME/TODO list
1) Deal properly with "shutdown"s and hook "disconnect"s
How to let L2CAP node that user called "shutdown" on node or
have "disconnect"ed downstream hook. Should L2CAP node deal
with it?
2) Locking
It is OK to use mutexes, but is there a better way?