]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Attach this driver during BUS_PASS_BUS and move the cpu init code to a
authorian <ian@FreeBSD.org>
Sun, 19 Oct 2014 18:41:22 +0000 (18:41 +0000)
committerian <ian@FreeBSD.org>
Sun, 19 Oct 2014 18:41:22 +0000 (18:41 +0000)
commit6cd79c01dc29411b1c7171f41fd0c3b2e3074009
tree1754b7429d3c2146c94366a638fe28897e60aa80
parentd004bc05f336276e7b0327cca9fdce7ce9deb465
Attach this driver during BUS_PASS_BUS and move the cpu init code to a
bus_new_pass() handler so it doesn't happen until BUS_PASS_CPU.  This allows
the anatop driver to outbid the generic simplebus driver (which the FDT
data describes as compatible).

Some day when we handle power regulators, this driver may actually
become a functional simplebus and attach the regulators as children, as
described in the FDT data.
sys/arm/freescale/imx/imx6_anatop.c