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

2019-08-12 Thread Nils Hölscher
Hi, Yes I agree. We should keep the behaviour as close to FreeBSD as possible. Best, Nils On Mon, 12 Aug 2019 at 07:48, Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 12/08/2019 00:23, Chris Johns wrote: > > On 10/8/19 4:33 am, Christian Mauderer wrote: > >> thanks for the

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

2019-08-11 Thread Sebastian Huber
On 12/08/2019 00:23, Chris Johns wrote: On 10/8/19 4:33 am, Christian Mauderer wrote: thanks for the patch. It sounds like we will get a behaviour that is more similar to FreeBSD one with it. Yes. But it has the potential to have a big influence on existing BSPs so it would be good to have

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

2019-08-11 Thread Christian Mauderer
On 12/08/2019 00:23, Chris Johns wrote: > On 10/8/19 4:33 am, Christian Mauderer wrote: >> thanks for the patch. It sounds like we will get a behaviour that is >> more similar to FreeBSD one with it. > > Yes. > >> But it has the potential to have a >> big influence on existing BSPs so it would

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

2019-08-11 Thread Chris Johns
On 10/8/19 4:33 am, Christian Mauderer wrote: > thanks for the patch. It sounds like we will get a behaviour that is > more similar to FreeBSD one with it. Yes. > But it has the potential to have a > big influence on existing BSPs so it would be good to have some more > feedback for it before

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

2019-08-10 Thread Nils Hölscher
Hi, BUS_PASS_BUS + BUS_PASS_ORDER_FIRST equals BUS_PASS_BUS, cause BUS_PASS_ORDER_FIRST is defined 0. So this is just cosmetical but you are right I should add this. Best, Nils On Fri, 9 Aug 2019 at 20:33, Christian Mauderer wrote: > Hello Nils, > > thanks for the patch. It sounds like we

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

2019-08-09 Thread Christian Mauderer
Hello Nils, thanks for the patch. It sounds like we will get a behaviour that is more similar to FreeBSD one with it. But it has the potential to have a big influence on existing BSPs so it would be good to have some more feedback for it before merging it. On 09/08/2019 15:53, Nils Hölscher

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

2019-08-09 Thread Nils Hölscher
Hi, Please see attached the files containing my output. OUT-BEFORE.txt: contains output without patch. OUT-AFTER.txt: contains output with patch. Thanks, Nils On Fri, 9 Aug 2019 at 15:53, Nils Hölscher wrote: > I observed all Modules loading in the last fdt pass. > The reason was, nexus bus

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

2019-08-09 Thread Nils Hölscher
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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtemsbsd/rtems/rtems-kernel-nexus.c b/rtemsbsd/rtems/rtems-kernel-nexus.c