bus_new_pass(9) debian man page | unix.com

Man Page: bus_new_pass

Operating Environment: debian

Section: 9

BUS_NEW_PASS(9) 					   BSD Kernel Developer's Manual					   BUS_NEW_PASS(9)

NAME
BUS_NEW_PASS -- notify a bus that the pass level has been changed
SYNOPSIS
#include <sys/param.h> #include <sys/bus.h> void BUS_NEW_PASS(device_t dev);
DESCRIPTION
The 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 ALSO
bus_generic_new_pass(9), bus_set_pass(9), device(9)
BSD
June 8, 2009 BSD
Related Man Pages
device_add_child_ordered(9) - debian
device_identify(9) - freebsd
device_add_child_ordered(9) - freebsd
device_add_child(9) - linux
device_add_child_ordered(9) - linux
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
How can I do this in VI editor?
Find columns in a file based on header and print to new file
How to copy a column of multiple files and paste into new excel file (next to column)?