Module Name: src
Committed By: skrll
Date: Sun Dec 30 14:56:53 UTC 2012
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.42 -r1.43 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.42 src/sys/dev/usb/TODO:1.43
--- src/sys/dev/usb/TODO:1.42 Sun Mar 13 08:21:50 2005
+++ src/sys/dev/usb/TODO Sun Dec 30 14:56:53 2012
@@ -6,8 +6,6 @@ High priority:
On a short control transfer the status phase needs to be executed anyway.
-Allow interrupt out endpoints. (USB 1.1)
-
Fix flow control in ucom (copy from com driver).
Use some encapsulation in the upl driver to allow multiple protocols.
@@ -39,8 +37,6 @@ Add lots of bus_dmamap_sync().
Do bandwidth accounting.
-Use lock manager locks.
-
Use the pool allocator for TDs et al.
Throw out more USBDI gunk.