bus_generic_new_pass(9)
generic implementation of BUS_NEW_PASS for bus devices
SYNOPSIS
In sys/param.h
In sys/bus.h
Ft void
Fn bus_generic_new_pass device_t dev
DESCRIPTION
This function provides an implementation of the
BUS_NEW_PASS9
method which can be used by bus drivers.
It first invokes the
DEVICE_IDENTIFY9
method for any drivers whose pass level is equal to the new pass level.
Then, for each attached child device it calls
BUS_NEW_PASS9
to rescan child busses,
and for each unattached child device it calls
device_probe_and_attach9.