[PATCH v2] rtems/rtems-kernel-nexus.c: LibBSD init now uses all pass levels.
Nils Hölscher
nilhoel1 at gmail.com
Sat Aug 10 08:52:14 UTC 2019
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
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
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/devel/attachments/20190810/9408b15e/attachment-0002.html>
More information about the devel
mailing list