summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authoraugustss <augustss@NetBSD.org>1999-08-07 15:05:46 +0000
committeraugustss <augustss@NetBSD.org>1999-08-07 15:05:46 +0000
commitd6331b4ef40a10866c970f891b5f9632af84c551 (patch)
tree3ca9bf81af5eff5b3276d70cd26921f208ccc6b0 /sys/dev
parentcdfc12a2913739277d5b0e4094c3eecad43ddaf1 (diff)
Some new items.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/usb/TODO6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/dev/usb/TODO b/sys/dev/usb/TODO
index 90a937c7cad..5844b30aa94 100644
--- a/sys/dev/usb/TODO
+++ b/sys/dev/usb/TODO
@@ -2,8 +2,6 @@ Some things that need to be done in no particular order:
Implement request timeout and abort in ohci.c.
-Implement request abort in uhci.c.
-
Implement isochronous transfer mode.
Implement audio driver.
@@ -13,3 +11,7 @@ Do bandwidth accounting.
Use lock manager locks.
Implement a modem driver for the Abstract Control Model.
+
+Use the pool allocator for TDs et al.
+
+Merge soft_td and td in uhci.c.