FreeBSD/src 688fc8c (r302191)sys/dev/bhnd bhnd.c bhnd_bus_if.m, sys/dev/bhnd/bcma bcma.c bcma_subr.c

bhnd(4): Add devinfo allocation and child addition methods, modeled on
pci_if.

This allows bhnd(4) to manage per-device state (such as per-core
pmu/clock refcounting) on behalf of subclass driver instances.

Approved by:    re (gjb), adrian (mentor)
Differential Revision:  https://reviews.freebsd.org/D6959
DeltaFile
+27-26sys/dev/bhnd/siba/siba.c
+24-28sys/dev/bhnd/bcma/bcma.c
+50-0sys/dev/bhnd/bhnd.c
+46-0sys/dev/bhnd/bhnd_bus_if.m
+37-9sys/dev/bhnd/bcma/bcma_subr.c
+25-8sys/dev/bhnd/siba/siba_subr.c
+11-0sys/dev/bhnd/bhndvar.h
+7-3sys/dev/bhnd/bcma/bcmavar.h
+5-1sys/dev/bhnd/siba/sibavar.h
+232-759 files

UnifiedSplitRaw