mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 00:58:21 -05:00
The toolchain can reorder symbols, meaning that changing
the order of DRIVER_MODULE macros is not enough
to ensure that miibus gets registered first.
Use DRIVER_MODULE_ORDERED instead to fix the problem properly.
Fixes:
|
||
|---|---|---|
| .. | ||
| enetc.h | ||
| enetc_hw.h | ||
| enetc_mdio.c | ||
| enetc_mdio.h | ||
| enetc_mdio_pci.c | ||
| if_enetc.c | ||