HomeFreeBSD

Defer USB enumeration until the SI_SUB_KICK_SCHEDULER is executed to avoid

Description

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

Details