<div dir="ltr">Hi,<div><br></div><div>Please see attached the files containing my output.</div><div><br></div><div>OUT-BEFORE.txt: contains output without patch.</div><div>OUT-AFTER.txt: contains output with patch.</div><div><br></div><div>Thanks,</div><div>Nils</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, 9 Aug 2019 at 15:53, Nils Hölscher <<a href="mailto:nilhoel1@gmail.com">nilhoel1@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I observed all Modules loading in the last fdt pass.<br>
The reason was, nexus bus loading with BUS_PASS_DEFAULT.<br>
---<br>
 rtemsbsd/rtems/rtems-kernel-nexus.c | 2 +-<br>
 1 file changed, 1 insertion(+), 1 deletion(-)<br>
<br>
diff --git a/rtemsbsd/rtems/rtems-kernel-nexus.c b/rtemsbsd/rtems/rtems-kernel-nexus.c<br>
index 15b0f84d..197f23f6 100644<br>
--- a/rtemsbsd/rtems/rtems-kernel-nexus.c<br>
+++ b/rtemsbsd/rtems/rtems-kernel-nexus.c<br>
@@ -394,4 +394,4 @@ static driver_t nexus_driver = {<br>
<br>
 static devclass_t nexus_devclass;<br>
<br>
-DRIVER_MODULE(nexus, root, nexus_driver, nexus_devclass, 0, 0);<br>
+EARLY_DRIVER_MODULE_ORDERED(nexus, root, nexus_driver, nexus_devclass, 0, 0, SI_ORDER_FIRST, BUS_PASS_BUS);<br>
-- <br>
2.22.0<br>
<br>
</blockquote></div>