Query: bus_new_pass
OS: debian
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
BUS_NEW_PASS(9) BSD Kernel Developer's Manual BUS_NEW_PASS(9)NAMEBUS_NEW_PASS -- notify a bus that the pass level has been changedSYNOPSIS#include <sys/param.h> #include <sys/bus.h> void BUS_NEW_PASS(device_t dev);DESCRIPTIONThe BUS_NEW_PASS() method is called on each bus device to rescan the device tree when the pass level has been changed. This method is responsible for invoking BUS_NEW_PASS(9) on child bus devices to propogate the rescan to child devices. It is also responsible for reprobing any unattached child devices and allowing drivers for the current pass to identify new children. A default implementation is provided by bus_generic_new_pass(9).SEE ALSObus_generic_new_pass(9), bus_set_pass(9), device(9)BSDJune 8, 2009 BSD
Related Man Pages |
---|
device_identify(9) - debian |
device_add_child(9) - debian |
device_add_child(9) - freebsd |
device_add_child(9) - osx |
device_identify(9) - hpux |
Similar Topics in the Unix Linux Community |
---|
Adding the individual columns of a matrix. |
awk or sed - Convert 2 lines to 1 line |
Is UNIX an open source OS ? |
Detecting unused variables... |