]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add device_quiet_children() and device_has_quiet_children()
authorimp <imp@FreeBSD.org>
Mon, 7 May 2018 21:09:08 +0000 (21:09 +0000)
committerimp <imp@FreeBSD.org>
Mon, 7 May 2018 21:09:08 +0000 (21:09 +0000)
commit49016bf8e3f401d3b7e4326dcd0f781372a356fc
treeac81e6db26dda5381580d800f49cf079dc1184f3
parentec95c631afb36995b900958d5d928d21c496141a
Add device_quiet_children() and device_has_quiet_children()

If you add a child to a device that has quiet children, we'll
automatically set the quiet flag on the children, and its
children.

This is indended for things like CPU that have a large amount of
repetition in booting that adds nothing.
sys/kern/subr_bus.c
sys/sys/bus.h