freebsd-dev/sys/dev/enetc
Kornel Duleba 4b64193bed enetc: Force correct order with DRIVER_MODULE_ORDERED
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: 5ad6d28cbe ("enetc: Support building the driver as a loadable module.")

Reported by: jhb
2021-08-08 22:27:15 +02:00
..
enetc_hw.h
enetc_mdio_pci.c enetc_mdio: Support building the driver as a loadable module. 2021-08-03 12:07:49 +02:00
enetc_mdio.c
enetc_mdio.h
enetc.h
if_enetc.c enetc: Force correct order with DRIVER_MODULE_ORDERED 2021-08-08 22:27:15 +02:00