On Sat, Aug 10, 2019 at 2:22 PM Nils Hölscher <nilho...@gmail.com> wrote:
> Hi, > > Sorry can some one help me? > I create the v2 Patch with: > $git format-patch -v2 origin/master > > And send the mail with: > $git send-email > v2-0001-rtems-rtems-kernel-nexus.c-LibBSD-init-now-uses-a.patch --to > devel@rtems.org > > Hello Nils, Your v2 reached the list : https://lists.rtems.org/pipermail/devel/2019-August/027246.html Gmail client sometimes include it in the same thread. Regards, Vijay > Why is the patch send to the v1 mail? > > Best, > Nils > > On Sat, 10 Aug 2019 at 10:48, Nils Hölscher <nilho...@gmail.com> wrote: > >> I observed all Modules loading in the last fdt pass. >> The reason was, nexus bus loading with BUS_PASS_DEFAULT. >> --- >> rtemsbsd/rtems/rtems-kernel-nexus.c | 3 ++- >> 1 file changed, 2 insertions(+), 1 deletion(-) >> >> diff --git a/rtemsbsd/rtems/rtems-kernel-nexus.c >> b/rtemsbsd/rtems/rtems-kernel-nexus.c >> index 15b0f84d..23b72a55 100644 >> --- a/rtemsbsd/rtems/rtems-kernel-nexus.c >> +++ b/rtemsbsd/rtems/rtems-kernel-nexus.c >> @@ -394,4 +394,5 @@ static driver_t nexus_driver = { >> >> static devclass_t nexus_devclass; >> >> -DRIVER_MODULE(nexus, root, nexus_driver, nexus_devclass, 0, 0); >> +EARLY_DRIVER_MODULE_ORDERED(nexus, root, nexus_driver, nexus_devclass, >> 0, 0, >> + SI_ORDER_FIRST, BUS_PASS_BUS + BUS_PASS_ORDER_FIRST); >> -- >> 2.22.0 >> >> _______________________________________________ > devel mailing list > devel@rtems.org > http://lists.rtems.org/mailman/listinfo/devel
_______________________________________________ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel