Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/usb Remove some and add some.



details:   https://anonhg.NetBSD.org/src/rev/55f72dd37baf
branches:  trunk
changeset: 476200:55f72dd37baf
user:      augustss <augustss%NetBSD.org@localhost>
date:      Thu Sep 09 13:05:05 1999 +0000

description:
Remove some and add some.

diffstat:

 sys/dev/usb/TODO |  15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)

diffs (39 lines):

diff -r 16343dd8783a -r 55f72dd37baf sys/dev/usb/TODO
--- a/sys/dev/usb/TODO  Thu Sep 09 12:38:43 1999 +0000
+++ b/sys/dev/usb/TODO  Thu Sep 09 13:05:05 1999 +0000
@@ -3,10 +3,6 @@
 
 Add lots of bus_dmamap_sync().
 
-Implement isochronous transfer mode.
-
-Implement audio driver.
-
 Do bandwidth accounting.
 
 Use lock manager locks.
@@ -18,9 +14,6 @@
 Make hub driver notice transition between self and bus powered state.
 Handle overcurrent conditions.
 
-Make it possible to preallocate DMA buffers to avoid calling the
-memory allocator from an interrupt context.
-
 Move memory allocation and copying to HC independent code.
 
 Use a TD chain in ohci.c to allow transfers > 8K.
@@ -39,6 +32,14 @@
 
 Add generic ucom layer for serial adapters.
 
+Add isoc to OHCI driver.
+
+uaudio problems:
+       mixer names are awful, use some heuristics.
+       implement selector units
+       implement input
+       test with more devices
+
 Document device driver API.
 
 Document HC driver API.



Home | Main Index | Thread Index | Old Index