]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
A few small improvements to the bus code:
authordfr <dfr@FreeBSD.org>
Sat, 16 Jan 1999 17:44:09 +0000 (17:44 +0000)
committerdfr <dfr@FreeBSD.org>
Sat, 16 Jan 1999 17:44:09 +0000 (17:44 +0000)
commit827cdaabc30ab4a22bf6927705d53d9a48cb5ecb
treeb732bff93c207742ca0c9ef5ff02f2c1d1085347
parent7e754448fe89bb682c216f2d93a0bf31300f9a15
A few small improvements to the bus code:

* A function device_printf() to make pretty-printing driver messages easier.
* A function device_get_children() to query the children of a device.
* Generic implementations of BUS_ALLOC_RESOURCE and BUS_RELEASE_RESOURCE.
* Change bus_generic_print_child() so that it is actually useful.
sys/kern/subr_bus.c
sys/sys/bus.h