<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Aug 10, 2019 at 2:22 PM 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"><div dir="ltr">Hi,<div><br></div><div>Sorry can some one help me?</div><div>I create the v2 Patch with:</div><div>$git format-patch -v2 origin/master</div><div><br></div><div>And send the mail with:</div><div>$git send-email v2-0001-rtems-rtems-kernel-nexus.c-LibBSD-init-now-uses-a.patch --to <a href="mailto:devel@rtems.org" target="_blank">devel@rtems.org</a></div><br></div></blockquote><div>Hello Nils,</div><div><br></div><div>Your v2 reached the list :</div><div><a href="https://lists.rtems.org/pipermail/devel/2019-August/027246.html">https://lists.rtems.org/pipermail/devel/2019-August/027246.html</a> </div><div>Gmail client sometimes include it in the same thread.</div><div><br></div><div>Regards,</div><div>Vijay</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Why is the patch send to the v1 mail?</div><div><br></div><div>Best,</div><div>Nils</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, 10 Aug 2019 at 10:48, Nils Hölscher <<a href="mailto:nilhoel1@gmail.com" target="_blank">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 | 3 ++-<br>
 1 file changed, 2 insertions(+), 1 deletion(-)<br>
<br>
diff --git a/rtemsbsd/rtems/rtems-kernel-nexus.c b/rtemsbsd/rtems/rtems-kernel-nexus.c<br>
index 15b0f84d..23b72a55 100644<br>
--- a/rtemsbsd/rtems/rtems-kernel-nexus.c<br>
+++ b/rtemsbsd/rtems/rtems-kernel-nexus.c<br>
@@ -394,4 +394,5 @@ 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,<br>
+       SI_ORDER_FIRST, BUS_PASS_BUS + BUS_PASS_ORDER_FIRST);<br>
-- <br>
2.22.0<br>
<br>
</blockquote></div>
_______________________________________________<br>
devel mailing list<br>
<a href="mailto:devel@rtems.org" target="_blank">devel@rtems.org</a><br>
<a href="http://lists.rtems.org/mailman/listinfo/devel" rel="noreferrer" target="_blank">http://lists.rtems.org/mailman/listinfo/devel</a></blockquote></div></div>