HomeFreeBSD

Create new wrapper function: bus_delayed_attach_children()

Description

Create new wrapper function: bus_delayed_attach_children()

Delay the attachment of children, when requested, until after interrutps are
running. This is often needed to allow children to run transactions on i2c or
spi busses. It's a common enough idiom that it will be useful to have its own
wrapper.

Reviewed by: ian
Differential Revision: https://reviews.freebsd.org/D21465

Details

Provenance
impAuthored on
Reviewer
ian
Differential Revision
D21465: Create new wrapper function: bus_delayed_attach_children()
Parents
rS355726: Use a callout instead of timeout(9) for delayed zio's.
Branches
Unknown
Tags
Unknown