TODO revision 1.8 1 Some things that need to be done in no particular order:
2 --------------------------------------------------------
3
4 Implement isochronous transfer mode.
5
6 Implement audio driver.
7
8 Do bandwidth accounting.
9
10 Use lock manager locks.
11
12 Use the pool allocator for TDs et al.
13
14 Merge soft_td and td in uhci.c.
15 soft_qh and qh
16 soft_ed and ed in ohci.c
17 soft_td and td
18
19 Throw out more USBDI gunk.
20
21 Port FreeBSD umass driver.
22
23 Make hub driver note transition between self and bus powered state.
24 Handle overcurrent conditions.
25
26 Make it possible to preallocate DMA buffers to avoid calling the
27 memory allocator from an interrupt context.
28
29 Move memory allocation and copying to HC independent code.
30