mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-05-14 04:19:34 +08:00
rtems/rtems-kernel-nexus.c: LibBSD init now uses all pass levels.
I observed all Modules loading in the last fdt pass. The reason was, nexus bus loading with BUS_PASS_DEFAULT.
This commit is contained in:
parent
5283630d2c
commit
fd86c091b9
@ -394,4 +394,5 @@ static driver_t nexus_driver = {
|
|||||||
|
|
||||||
static devclass_t nexus_devclass;
|
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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user