NAME

bus_delayed_attach_childrenrequest that the children be attached when interrupts are enabled

SYNOPSIS

#include <sys/param.h>
#include <sys/bus.h>

int
bus_delayed_attach_children(device_t dev);

DESCRIPTION

The bus_delayed_attach_children() function requests that the children of this device be attached when interrupts are running. If interrupts are currently running, this happens immediately. If interrupts aren't yet running, this happens after interrupts are enabled, but before the system mounts root.

RETURN VALUES

A zero return value indicates success.

SEE ALSO

bus(9), device(9), driver(9)

AUTHORS

This manual page was written by Warner Losh <[email protected]>.

Recommended readings

Pages related to bus_delayed_attach_children you should read also:

Questions & Answers

Helpful answers and articles about bus_delayed_attach_children you may found on these sites:
Stack Overflow Server Fault Super User Unix & Linux Ask Ubuntu Network Engineering DevOps Raspberry Pi Webmasters Google Search