summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/include/bsp
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2020-10-20 12:35:22 +1100
committerChris Johns <chrisj@rtems.org>2020-10-26 07:42:09 +1100
commitbff15c33267d84edc55276080d0acc96d0100553 (patch)
tree962c882f2ac556aff06822bb0780adfb190cd7a6 /rtemsbsd/include/bsp
parentwaf: Fix test module dependency check (diff)
downloadrtems-libbsd-bff15c33267d84edc55276080d0acc96d0100553.tar.bz2
powerpc/nexus: Add legacy PCI support to PowerPC Motorola Shared BSP family
Diffstat (limited to 'rtemsbsd/include/bsp')
-rw-r--r--rtemsbsd/include/bsp/nexus-devices.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/rtemsbsd/include/bsp/nexus-devices.h b/rtemsbsd/include/bsp/nexus-devices.h
index 92125619..ad7ac146 100644
--- a/rtemsbsd/include/bsp/nexus-devices.h
+++ b/rtemsbsd/include/bsp/nexus-devices.h
@@ -205,6 +205,10 @@ SYSINIT_DRIVER_REFERENCE(ukphy, miibus);
RTEMS_BSD_DEFINE_NEXUS_DEVICE(fec, 0, 0, NULL);
SYSINIT_DRIVER_REFERENCE(ukphy, miibus);
-#endif
+#elif defined(LIBBSP_POWERPC_MOTOROLA_POWERPC_BSP_H)
+
+RTEMS_BSD_DRIVER_PC_LEGACY;
+
+#endif /* LIBBSP_POWERPC_MOTOROLA_POWERPC_BSP_H */
#endif