summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/include/bsp/nexus-devices.h
diff options
context:
space:
mode:
Diffstat (limited to 'rtemsbsd/include/bsp/nexus-devices.h')
-rwxr-xr-xrtemsbsd/include/bsp/nexus-devices.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/rtemsbsd/include/bsp/nexus-devices.h b/rtemsbsd/include/bsp/nexus-devices.h
index b6814347..cfd67305 100755
--- a/rtemsbsd/include/bsp/nexus-devices.h
+++ b/rtemsbsd/include/bsp/nexus-devices.h
@@ -112,10 +112,10 @@ RTEMS_BSD_DRIVER_REPHY;
#include <bsp/irq.h>
-RTEMS_BSD_DRIVER_TSEC(0xffeb0000,
- QORIQ_IRQ_ETSEC_TX_1,
- QORIQ_IRQ_ETSEC_RX_1,
- QORIQ_IRQ_ETSEC_ER_1);
+RTEMS_BSD_DEFINE_NEXUS_DEVICE(ofwbus, 0, 0, NULL);
+SYSINIT_DRIVER_REFERENCE(simplebus, ofwbus);
+SYSINIT_DRIVER_REFERENCE(tsec, simplebus);
+SYSINIT_DRIVER_REFERENCE(ukphy, miibus);
#endif /* !QORIQ_CHIP_IS_T_VARIANT(QORIQ_CHIP_VARIANT) */