Module Name: src
Committed By: skrll
Date: Wed Jun 25 21:23:03 UTC 2014
Modified Files:
src/sys/dev/usb: TODO
Log Message:
Remove a couple of items
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/sys/dev/usb/TODO
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/usb/TODO
diff -u src/sys/dev/usb/TODO:1.44 src/sys/dev/usb/TODO:1.45
--- src/sys/dev/usb/TODO:1.44 Sat Dec 7 08:01:51 2013
+++ src/sys/dev/usb/TODO Wed Jun 25 21:23:03 2014
@@ -4,8 +4,6 @@ Some things that need to be done:
High priority:
--------------
-On a short control transfer the status phase needs to be executed anyway.
-
Fix flow control in ucom (copy from com driver).
Use some encapsulation in the upl driver to allow multiple protocols.
@@ -61,8 +59,6 @@ Stylistic changes:
use usb_ and usbd_ consistently
rearrange the contents and names of some files (Nick)
-Use splsoftusb() or a thread to deliver callbacks.
-
Add threads to the Ethernet drivers.
Change what's done at watchdog timeout inb if_{a,c,k}ue.c; what we have