1 1.1 augustss Some things that need to be done in no particular order: 2 1.7 augustss -------------------------------------------------------- 3 1.1 augustss 4 1.21 augustss Find race condition in UHCI driver. Rarely (under heavy USB load) you get a 5 1.21 augustss "uhci_idone: ii=0x%x is done!". This "cannot happen". 6 1.21 augustss 7 1.11 augustss Add lots of bus_dmamap_sync(). 8 1.11 augustss 9 1.2 augustss Do bandwidth accounting. 10 1.2 augustss 11 1.2 augustss Use lock manager locks. 12 1.2 augustss 13 1.5 augustss Use the pool allocator for TDs et al. 14 1.5 augustss 15 1.6 augustss Throw out more USBDI gunk. 16 1.7 augustss 17 1.13 augustss Make hub driver notice transition between self and bus powered state. 18 1.21 augustss Some hubs change the number of available ports on this transition. :( 19 1.7 augustss Handle overcurrent conditions. 20 1.13 augustss 21 1.13 augustss Make it possible to open any device in a "generic" way, i.e., like ugen. 22 1.13 augustss 23 1.13 augustss Rewrite mouse and keyboard driver to handle devices which use the 24 1.13 augustss report ID. One way would be to attach ums and ukbd to uhid. 25 1.13 augustss 26 1.13 augustss Rotate the QHs for bulk transport to get fairer scheduling. 27 1.13 augustss 28 1.13 augustss Change HC drivers to queue multiple request for an endpoint 29 1.13 augustss to get better performance. 30 1.13 augustss 31 1.14 augustss Add isoc to OHCI driver. 32 1.14 augustss 33 1.25 augustss Do memory deallocation when HC driver is detached. 34 1.20 augustss 35 1.14 augustss uaudio problems: 36 1.14 augustss mixer names are awful, use some heuristics. 37 1.14 augustss implement selector units 38 1.14 augustss implement input 39 1.14 augustss test with more devices 40 1.15 augustss 41 1.17 augustss Stylistic changes: 42 1.17 augustss use usb_ and usbd_ consistently 43 1.17 augustss rearrange the contents and names of some files (Nick) 44 1.17 augustss 45 1.10 augustss Document device driver API. 46 1.10 augustss 47 1.10 augustss Document HC driver API. 48 1.22 augustss 49 1.23 augustss Handle CLEAR_ENPOINT_STALL centrally. 50 1.25 augustss 51 1.25 augustss Use splsoftusb() or a thread to deliver callbacks. 52 1.25 augustss 53 1.25 augustss Add threads to the Ethernet drivers. 54 1.26 augustss 55 1.26 augustss Change uses of LE macro to the standard functions. 56 1.26 augustss 57 1.26 augustss Add events for HC attach/detach and driver attach/detach. 58 1.26 augustss 59