More things to do...

This commit is contained in:
augustss 1999-08-22 22:24:25 +00:00
parent 1de0531d8b
commit be7e2fac07
1 changed files with 5 additions and 2 deletions

View File

@ -16,11 +16,14 @@ Merge soft_td and td in uhci.c.
soft_ed and ed in ohci.c
soft_td and td
Tidy up transfer completion.
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.