Add another item.

This commit is contained in:
augustss 2000-01-19 00:20:55 +00:00
parent dac789be22
commit 331cdec4d2
1 changed files with 5 additions and 2 deletions

View File

@ -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.