NetBSD/sys/dev/usb/TODO
1999-08-22 22:24:25 +00:00

30 lines
699 B
Plaintext

Some things that need to be done in no particular order:
--------------------------------------------------------
Implement isochronous transfer mode.
Implement audio driver.
Do bandwidth accounting.
Use lock manager locks.
Use the pool allocator for TDs et al.
Merge soft_td and td in uhci.c.
soft_qh and qh
soft_ed and ed in ohci.c
soft_td and td
Throw out more USBDI gunk.
Port FreeBSD umass driver.
Make hub driver note 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.