From 29394e29946e93de3c1c2781fee234f6da945afa Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Wed, 29 Jul 2020 18:12:54 +0200 Subject: mpm: n3xx: Remove eth1, eth2 from interface list These interfaces are renamed to sfp0 and sfp1 and thus don't exist. They were kept in MPM for a while after the rename, but that was many versions of UHD ago, and the current filesystem (which does the rename) is not compatible with older versions of UHD anyway (and vice versa). These aliases are thus dead code and can be removed. --- mpm/python/usrp_mpm/periph_manager/n3xx.py | 8 -------- 1 file changed, 8 deletions(-) (limited to 'mpm/python') diff --git a/mpm/python/usrp_mpm/periph_manager/n3xx.py b/mpm/python/usrp_mpm/periph_manager/n3xx.py index 1cb1e4a9a..9bb1f00df 100644 --- a/mpm/python/usrp_mpm/periph_manager/n3xx.py +++ b/mpm/python/usrp_mpm/periph_manager/n3xx.py @@ -71,14 +71,6 @@ class N3xxXportMgrUDP(XportMgrUDP): 'label': 'misc-enet-regs1', 'type': 'sfp', }, - 'eth1': { - 'label': 'misc-enet-regs0', - 'type': 'sfp', - }, - 'eth2': { - 'label': 'misc-enet-regs1', - 'type': 'sfp', - }, 'int0': { 'label': 'misc-enet-int-regs', 'type': 'internal', -- cgit v1.2.3