|
NAMEbus_generic_print_child —
generic implementation of
DEVICE_PRINT_CHILD for busesSYNOPSIS#include <sys/param.h>
#include <sys/bus.h>
int
DESCRIPTIONThis implementation prints out the default device announcement message. Given device 'foo0' on bus 'bar0' where foo0 has the name "FooCard 1234" the following would be printed:foo0: <FooCard 1234> on bar0 bus_generic_print_child itself calls two functions
RETURN VALUESThe number of characters output.SEE ALSOdevice(9)AUTHORSThis manual page was written by Doug Rabson.
Visit the GSP FreeBSD Man Page Interface. |