Module Name: src
Committed By: mrg
Date: Fri Jul 20 07:31:15 UTC 2012
Modified Files:
src/sys/dev/usb: usb.c
Log Message:
usb task fixes, from jared and myself:
- create the task/event threads in usb_attach() so they're more likely
to be ready when usb_doattach() runs
- move the task thread creation into usb_once_init(), instead of having
some other method of only creating them once
To generate a diff of this commit:
cvs rdiff -u -r1.133 -r1.134 src/sys/dev/usb/usb.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.