Module Name: src Committed By: skrll Date: Wed Dec 14 22:14:28 UTC 2016
Modified Files: src/sys/dev/usb [nick-nhusb]: TODO Log Message: Remove one that won't happen To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.45.4.1 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.45 src/sys/dev/usb/TODO:1.45.4.1 --- src/sys/dev/usb/TODO:1.45 Wed Jun 25 21:23:03 2014 +++ src/sys/dev/usb/TODO Wed Dec 14 22:14:28 2016 @@ -59,8 +59,6 @@ Stylistic changes: use usb_ and usbd_ consistently rearrange the contents and names of some files (Nick) -Add threads to the Ethernet drivers. - Change what's done at watchdog timeout inb if_{a,c,k}ue.c; what we have now doesn't work because it's done in an interrupt context.