]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Make lbc(4) the same driver pass as simplebus.
authorJustin Hibbits <jhibbits@FreeBSD.org>
Wed, 3 Feb 2016 01:29:06 +0000 (01:29 +0000)
committerJustin Hibbits <jhibbits@FreeBSD.org>
Wed, 3 Feb 2016 01:29:06 +0000 (01:29 +0000)
commit12cb797e3bf7c023450b8ae03310b70f23cfc8f7
tree6b679f5961a38cb43ca6cdb6bdedece898875bd2
parent7883f9204b03dc2e7f7fca3f6e129cbf395208fc
Make lbc(4) the same driver pass as simplebus.

Device trees mark lbc as compatible with simplebus.  Since simplebus is passed
first, it attaches first.  When lbc's pass (default pass) comes, the bus is
already attached to simplebus, so is skipped.

Sponsored by: Alex Perez/Inertial Computing
sys/powerpc/mpc85xx/lbc.c