Rechercher une page de manuel
BUS_NEW_PASS.9freebsd
Langue: en
Version: 365203 (ubuntu - 25/10/10)
Section: 9 (Appels noyau Linux)
Sommaire
BSD mandoc
NAME
BUS_NEW_PASS - notify a bus that the pass level has been changedSYNOPSIS
In sys/param.h In sys/bus.h Ft void Fn BUS_NEW_PASS device_t devDESCRIPTION
The Fn 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_PASS9 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_pass9.SEE ALSO
bus_generic_new_pass9, bus_set_pass9, device(9)Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre