svn commit: r310242 - head/sys/dev/usb
John Baldwin
jhb at freebsd.org
Mon Dec 19 17:02:27 UTC 2016
On Monday, December 19, 2016 09:28:13 AM Hans Petter Selasky wrote:
> Author: hselasky
> Date: Mon Dec 19 09:28:12 2016
> New Revision: 310242
> URL: https://svnweb.freebsd.org/changeset/base/310242
>
> Log:
> 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 @
> MFC after: 1 week
As mentioned in the thread, the patches to usb_hub.c weren't needed and the block
in usb_process.c can just be removed unconditionally since it should never execute
in the non-EARLY_AP_STARTUP case.
--
John Baldwin
More information about the svn-src-all
mailing list