HomeFreeBSD

Register the interrupt handler at the end of wi_attach rather than at
rS180826Unpublished

Unpublished Commit ยท Learn More

No further details are available.

Description

Register the interrupt handler at the end of wi_attach rather than at
the beginning. There's a race in the shared interrutp case. If
another interrupt happens after the interrupt is setup, then we'd try
to lock an uninitialized mutex. In addition, if we bailed out due to
a too old version of firmware, we'd leave the interrupt enabled with
all the fun that ensues....

Details

Provenance
impAuthored on
Parents
rS180825: Return arc4_i = arc4_j = 0; line from previous backing out since
Branches
Unknown
Tags
Unknown

Event Timeline