mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-17 21:04:56 +08:00
Import DPAA driver snapshot
Imported from Freescale Linux repository git://git.freescale.com/ppc/upstream/linux.git commit 2774c204cd8bfc56a200ff4dcdfc9cdf5b6fc161. Linux compatibility layer is partly from FreeBSD.
This commit is contained in:
@@ -44,6 +44,12 @@
|
||||
#define NET_CFG_INTERFACE_0 "fec0"
|
||||
#elif defined(LIBBSP_ARM_LPC32XX_BSP_H)
|
||||
#define NET_CFG_INTERFACE_0 "lpe0"
|
||||
#elif defined(LIBBSP_POWERPC_QORIQ_BSP_H)
|
||||
#if QORIQ_CHIP_IS_T_VARIANT(QORIQ_CHIP_VARIANT)
|
||||
#define NET_CFG_INTERFACE_0 "fm1m3"
|
||||
#else
|
||||
#define NET_CFG_INTERFACE_0 "tsec0"
|
||||
#endif
|
||||
#else
|
||||
#define NET_CFG_INTERFACE_0 "lo0"
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user