if-atsam: Port to rtems-libbsd.

This commit is contained in:
Christian Mauderer
2017-09-22 09:41:18 +02:00
committed by Sebastian Huber
parent b16eca96c3
commit 80a7fe68a1
5 changed files with 310 additions and 329 deletions

View File

@@ -309,6 +309,14 @@ extern "C" {
RTEMS_BSD_DEFINE_NEXUS_DEVICE(fec, 0, 0, NULL);
#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).
*/