From 45eb88b14198c808850a8247c984581188821366 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 31 Jul 2015 13:55:44 +0200 Subject: nexus-devices: Add pc386 nexus device and drivers --- rtemsbsd/include/bsp/nexus-devices.h | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/rtemsbsd/include/bsp/nexus-devices.h b/rtemsbsd/include/bsp/nexus-devices.h index 3b9a97c2..6ccf7260 100644 --- a/rtemsbsd/include/bsp/nexus-devices.h +++ b/rtemsbsd/include/bsp/nexus-devices.h @@ -115,6 +115,16 @@ RTEMS_BSD_DEFINE_NEXUS_DEVICE(dw_mmc, 0, 0, NULL); SYSINIT_DRIVER_REFERENCE(mmc, dw_mmc); SYSINIT_DRIVER_REFERENCE(mmcsd, mmc); +#elif defined(LIBBSP_I386_PC386_BSP_H) + +RTEMS_BSD_DEFINE_NEXUS_DEVICE(legacy, 0, 0, NULL); + +SYSINIT_DRIVER_REFERENCE(pcib, legacy); +SYSINIT_DRIVER_REFERENCE(pci, pcib); +SYSINIT_DRIVER_REFERENCE(lem, pci); +SYSINIT_DRIVER_REFERENCE(igb, pci); +SYSINIT_DRIVER_REFERENCE(em, pci); + #elif defined(LIBBSP_POWERPC_QORIQ_BSP_H) #if !QORIQ_CHIP_IS_T_VARIANT(QORIQ_CHIP_VARIANT) -- cgit v1.2.3