diff --git a/sys/dev/usb/TODO b/sys/dev/usb/TODO index 90647605fc48..be5e10f4d786 100644 --- a/sys/dev/usb/TODO +++ b/sys/dev/usb/TODO @@ -4,8 +4,6 @@ Some things that need to be done in no particular order: Find race condition in UHCI driver. Rarely (under heavy USB load) you get a "uhci_idone: ii=0x%x is done!". This "cannot happen". -Add events for HC attach/detach and driver attach/detach. - Add lots of bus_dmamap_sync(). Do bandwidth accounting. @@ -55,3 +53,8 @@ Handle CLEAR_ENPOINT_STALL centrally. Use splsoftusb() or a thread to deliver callbacks. Add threads to the Ethernet drivers. + +Change uses of LE macro to the standard functions. + +Add events for HC attach/detach and driver attach/detach. +