Deleted Added
sdiff udiff text old ( 114878 ) new ( 171818 )
full compact
1$Id: TODO,v 1.2 2004/08/23 18:08:15 max Exp $
2$FreeBSD: head/sys/netgraph/bluetooth/drivers/h4/TODO 171818 2007-08-13 17:19:28Z emax $
3
4FIXME/TODO list
5
6This is a list of open issues for H4 node
7
81) Locking/SMP
9
10 External code now uses ng_send_fn to inject data into Netgraph, but
11 i still use splXXX to lock tty level. this is wrong and should be
12 fixed!
13