Module Name: src Committed By: mrg Date: Fri Jul 20 23:18:03 UTC 2012
Modified Files: src/sys/dev/usb: usb.c Log Message: now that the task threads are created earlier, move the call to usb_create_event_thread() back into usb_doattach(), so that eg, usb_discover() never operates when the root_hub is not setup. fixes a crash joerg@ reported. To generate a diff of this commit: cvs rdiff -u -r1.134 -r1.135 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.