NetBSD/sys/dev/usb/TODO

27 lines
559 B
Plaintext
Raw Normal View History

Some things that need to be done in no particular order:
1999-08-19 00:31:40 +00:00
--------------------------------------------------------
Implement isochronous transfer mode.
Implement audio driver.
1999-01-12 22:07:45 +00:00
Do bandwidth accounting.
Use lock manager locks.
1999-08-07 15:05:46 +00:00
Use the pool allocator for TDs et al.
Merge soft_td and td in uhci.c.
1999-08-19 00:31:40 +00:00
soft_qh and qh
soft_ed and ed in ohci.c
soft_td and td
1999-08-16 20:21:09 +00:00
Tidy up transfer completion.
Throw out more USBDI gunk.
1999-08-19 00:31:40 +00:00
Port FreeBSD umass driver.
Make hub driver note transition between self and bus powered state.
Handle overcurrent conditions.