TODO revision 1.12
1Some things that need to be done in no particular order: 2-------------------------------------------------------- 3 4Add lots of bus_dmamap_sync(). 5 6Implement isochronous transfer mode. 7 8Implement audio driver. 9 10Do bandwidth accounting. 11 12Use lock manager locks. 13 14Use the pool allocator for TDs et al. 15 16Throw out more USBDI gunk. 17 18Make hub driver note transition between self and bus powered state. 19Handle overcurrent conditions. 20 21Make it possible to preallocate DMA buffers to avoid calling the 22memory allocator from an interrupt context. 23 24Move memory allocation and copying to HC independent code. 25 26Use a TD chain in ohci.c to allow transfers > 8K. 27 28Document device driver API. 29 30Document HC driver API. 31