|
NAMEbus_delayed_attach_children —
request that the children be attached when interrupts are
enabled
SYNOPSIS#include <sys/param.h>
#include <sys/bus.h>
DESCRIPTIONThebus_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 are
not yet running, this happens after interrupts are enabled, but before the
system mounts root.
RETURN VALUESA zero return value indicates success.SEE ALSObus(9), device(9), driver(9)AUTHORSThis manual page was written by Warner Losh <imp@FreeBSD.org>.
Visit the GSP FreeBSD Man Page Interface. |