1$Id: TODO,v 1.2 2003/04/26 22:36:29 max Exp $ 2$FreeBSD$ 3 4FIXME/TODO list 5 6This is a list of open issues for HCI node 7 81) Locking/SMP 9 10 External code now uses ng_send_fn to inject data into Netgraph, so 11 it should be fine as long as Netgraph is SMP safe. Just need to 12 verify it. 13 142) HCI QoS handling 15 16 Some code exists, but i have no idea how it should work. Will 17 understand and fix later. I only have CSR based hardware and 18 it does not support QoS. 19 203) Add proper handling for some HCI commands 21 22 HCI testing commands is one example. Also might implement Host to 23 Host Controller flow control (not sure if it is required). 24 254) Code cleanup 26 27 Verify return codes from functions 28 Remove some waringns/errors 29 30