summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/include/machine/rtems-bsd-nexus-bus.h
diff options
context:
space:
mode:
authorChristian Mauderer <Christian.Mauderer@embedded-brains.de>2017-09-22 09:41:18 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-09-22 10:17:24 +0200
commit80a7fe68a1ddbbf88c6325b8c41b32444659b24c (patch)
tree71935ea2589afbee08261a198159bf744b096369 /rtemsbsd/include/machine/rtems-bsd-nexus-bus.h
parentrtemsbsd/if-atsam: Copy from RTEMS. (diff)
downloadrtems-libbsd-80a7fe68a1ddbbf88c6325b8c41b32444659b24c.tar.bz2
if-atsam: Port to rtems-libbsd.
Diffstat (limited to 'rtemsbsd/include/machine/rtems-bsd-nexus-bus.h')
-rw-r--r--rtemsbsd/include/machine/rtems-bsd-nexus-bus.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/rtemsbsd/include/machine/rtems-bsd-nexus-bus.h b/rtemsbsd/include/machine/rtems-bsd-nexus-bus.h
index 06048b77..42fa9b63 100644
--- a/rtemsbsd/include/machine/rtems-bsd-nexus-bus.h
+++ b/rtemsbsd/include/machine/rtems-bsd-nexus-bus.h
@@ -310,6 +310,14 @@ extern "C" {
#endif /* RTEMS_BSD_DRIVER_FEC */
/*
+ * Atmel SAMv71 Ethernet Controller (sam) driver.
+ */
+#if !defined(RTEMS_BSD_DRIVER_IF_ATSAM)
+ #define RTEMS_BSD_DRIVER_IF_ATSAM \
+ RTEMS_BSD_DEFINE_NEXUS_DEVICE(if_atsam, 0, 0, NULL);
+#endif /* RTEMS_BSD_DRIVER_IF_ATSAM */
+
+/*
* Xilinx Zynq Cadence Gigbit Ethernet MAC (CGEM).
*/
#if !defined(RTEMS_BSD_DRIVER_XILINX_ZYNQ_CGEM)