DOKK / manpages / debian 12 / freebsd-manpages / bus_delayed_attach_children.9freebsd.en
BUS_DELAYED_ATTACH_CHILDREN(9) Kernel Developer's Manual BUS_DELAYED_ATTACH_CHILDREN(9)

bus_delayed_attach_childrenrequest that the children be attached when interrupts are enabled

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


int
bus_delayed_attach_children(device_t dev);

The () 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.

A zero return value indicates success.

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

This manual page was written by Warner Losh <imp@FreeBSD.org>.

August 29, 2019 Debian