]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r310242:
authorhselasky <hselasky@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 9 Jan 2017 17:13:35 +0000 (17:13 +0000)
committerhselasky <hselasky@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 9 Jan 2017 17:13:35 +0000 (17:13 +0000)
commiteca833f4e830a34b197e1694f174314181fc6f76
tree084caa91f249b0572d27554979e42e60c6ad2e3d
parent9842393cb5c9c7acf30d99a55d5bd3aad08b5d1c
MFC r310242:
Defer USB enumeration until the SI_SUB_KICK_SCHEDULER is executed to avoid
boot panics in conjunction with the recently added EARLY_AP_STARTUP feature.
The panics happen due to using kernel facilities like callouts too early.

Tested by: jhb @

git-svn-id: svn://svn.freebsd.org/base/stable/10@311799 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/usb/usb_hub.c
sys/dev/usb/usb_process.c