[PATCH v2] rtems/rtems-kernel-nexus.c: LibBSD init now uses all pass levels.

Vijay Kumar Banerjee vijaykumar9597 at gmail.com
Sat Aug 10 09:05:25 UTC 2019


On Sat, Aug 10, 2019 at 2:22 PM Nils Hölscher <nilhoel1 at 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 at 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 <nilhoel1 at 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 at rtems.org
> http://lists.rtems.org/mailman/listinfo/devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/devel/attachments/20190810/5541b867/attachment-0002.html>


More information about the devel mailing list