bus_set_pass(9)
raise the bus pass level
SYNOPSIS
In sys/param.h
In sys/bus.h
Ft void
Fn bus_set_pass int pass
DESCRIPTION
The
function is called during boot to raise the bus pass level to
Fa pass .
The function will rescan the device tree for each pass level between the
current pass level and the new level that has at least one associated
driver.
The device tree rescans are implemented by invoking the
BUS_NEW_PASS9
method on the root bus device.