From b8d1fe069b0c06e3b8dc66c8a71e8394656461f8 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Wed, 27 Apr 2016 13:22:04 +1000 Subject: pc386: Add RealTek network driver to the nexus bus. --- rtemsbsd/include/bsp/nexus-devices.h | 1 + 1 file changed, 1 insertion(+) diff --git a/rtemsbsd/include/bsp/nexus-devices.h b/rtemsbsd/include/bsp/nexus-devices.h index 561f9aa3..8695eee3 100644 --- a/rtemsbsd/include/bsp/nexus-devices.h +++ b/rtemsbsd/include/bsp/nexus-devices.h @@ -143,6 +143,7 @@ SYSINIT_DRIVER_REFERENCE(pci, pcib); SYSINIT_DRIVER_REFERENCE(lem, pci); SYSINIT_DRIVER_REFERENCE(igb, pci); SYSINIT_DRIVER_REFERENCE(em, pci); +SYSINIT_DRIVER_REFERENCE(re, pci); #elif defined(LIBBSP_POWERPC_QORIQ_BSP_H) -- cgit v1.2.3