summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/include/bsp/nexus-devices.h
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2016-05-04 16:01:08 +1000
committerChris Johns <chrisj@rtems.org>2016-05-04 16:02:06 +1000
commit4b127e7cecb1b8024214b0be5d335bbe910065fc (patch)
tree2b3d33d26df76fcef98fb0cab4fa537dc295c263 /rtemsbsd/include/bsp/nexus-devices.h
parentAdd tcpdump to the test shell commands. (diff)
downloadrtems-libbsd-4b127e7cecb1b8024214b0be5d335bbe910065fc.tar.bz2
Add RealTek Gig PHY.
Diffstat (limited to 'rtemsbsd/include/bsp/nexus-devices.h')
-rw-r--r--rtemsbsd/include/bsp/nexus-devices.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/rtemsbsd/include/bsp/nexus-devices.h b/rtemsbsd/include/bsp/nexus-devices.h
index 8695eee3..3ca21f03 100644
--- a/rtemsbsd/include/bsp/nexus-devices.h
+++ b/rtemsbsd/include/bsp/nexus-devices.h
@@ -145,6 +145,8 @@ SYSINIT_DRIVER_REFERENCE(igb, pci);
SYSINIT_DRIVER_REFERENCE(em, pci);
SYSINIT_DRIVER_REFERENCE(re, pci);
+SYSINIT_DRIVER_REFERENCE(rgephy, miibus);
+
#elif defined(LIBBSP_POWERPC_QORIQ_BSP_H)
#if !QORIQ_CHIP_IS_T_VARIANT(QORIQ_CHIP_VARIANT)