Module Name: src Committed By: skrll Date: Sat Jun 29 07:47:41 UTC 2019
Modified Files: src/sys/dev/usb: TODO Log Message: Remove an item that doesn't need to happen To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 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.46 --- src/sys/dev/usb/TODO:1.45 Wed Jun 25 21:23:03 2014 +++ src/sys/dev/usb/TODO Sat Jun 29 07:47:41 2019 @@ -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.