[rtems-libbsd commit] pc386: Add RealTek network driver to the nexus bus.

Chris Johns chrisj at rtems.org
Wed May 4 06:03:59 UTC 2016


Module:    rtems-libbsd
Branch:    master
Commit:    b8d1fe069b0c06e3b8dc66c8a71e8394656461f8
Changeset: http://git.rtems.org/rtems-libbsd/commit/?id=b8d1fe069b0c06e3b8dc66c8a71e8394656461f8

Author:    Chris Johns <chrisj at rtems.org>
Date:      Wed Apr 27 13:22:04 2016 +1000

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 561f9aa..8695eee 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)
 



More information about the vc mailing list