Module Name: src Committed By: skrll Date: Sat Dec 7 08:01:51 UTC 2013
Modified Files: src/sys/dev/usb: TODO Log Message: Remove a couple of item that have been done. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/sys/dev/usb/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/dev/usb/TODO diff -u src/sys/dev/usb/TODO:1.43 src/sys/dev/usb/TODO:1.44 --- src/sys/dev/usb/TODO:1.43 Sun Dec 30 14:56:53 2012 +++ src/sys/dev/usb/TODO Sat Dec 7 08:01:51 2013 @@ -33,12 +33,8 @@ General: Figure out why uvisor is so slow. Try to get specs, and check if Linux driver is really right. -Add lots of bus_dmamap_sync(). - Do bandwidth accounting. -Use the pool allocator for TDs et al. - Throw out more USBDI gunk. Make hub driver notice transition between self and bus powered state.