summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2016-04-27 13:22:04 +1000
committerChris Johns <chrisj@rtems.org>2016-04-28 13:49:40 +1000
commitb8d1fe069b0c06e3b8dc66c8a71e8394656461f8 (patch)
tree6e0da21caa7a6672cb49da92b8c8b320cd8cabfe
parentRemove debug output. (diff)
downloadrtems-libbsd-b8d1fe069b0c06e3b8dc66c8a71e8394656461f8.tar.bz2
pc386: Add RealTek network driver to the nexus bus.
-rw-r--r--rtemsbsd/include/bsp/nexus-devices.h1
1 files changed, 1 insertions, 0 deletions
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)