TODO revision 1.14 1 Some things that need to be done in no particular order:
2 --------------------------------------------------------
3
4 Add lots of bus_dmamap_sync().
5
6 Do bandwidth accounting.
7
8 Use lock manager locks.
9
10 Use the pool allocator for TDs et al.
11
12 Throw out more USBDI gunk.
13
14 Make hub driver notice transition between self and bus powered state.
15 Handle overcurrent conditions.
16
17 Move memory allocation and copying to HC independent code.
18
19 Use a TD chain in ohci.c to allow transfers > 8K.
20
21 Add an event mechanism to find out about attach and detach.
22
23 Make it possible to open any device in a "generic" way, i.e., like ugen.
24
25 Rewrite mouse and keyboard driver to handle devices which use the
26 report ID. One way would be to attach ums and ukbd to uhid.
27
28 Rotate the QHs for bulk transport to get fairer scheduling.
29
30 Change HC drivers to queue multiple request for an endpoint
31 to get better performance.
32
33 Add generic ucom layer for serial adapters.
34
35 Add isoc to OHCI driver.
36
37 uaudio problems:
38 mixer names are awful, use some heuristics.
39 implement selector units
40 implement input
41 test with more devices
42
43 Document device driver API.
44
45 Document HC driver API.
46