summaryrefslogtreecommitdiffstats
path: root/rtemsbsd
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2014-01-30 16:39:30 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2014-01-30 16:40:02 +0100
commit45b110fbf581780a0136b27be62725ed569ac180 (patch)
tree8570819c05163e418f79a0ba009d03c270803036 /rtemsbsd
parentftpd01: Use DHCP (diff)
downloadrtems-libbsd-45b110fbf581780a0136b27be62725ed569ac180.tar.bz2
Fix legacy MCF548X FEC interface driver
Diffstat (limited to 'rtemsbsd')
-rw-r--r--rtemsbsd/sys/dev/ffec/if_ffec_mcf548x.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/rtemsbsd/sys/dev/ffec/if_ffec_mcf548x.c b/rtemsbsd/sys/dev/ffec/if_ffec_mcf548x.c
index 7595d9a7..2f081a71 100644
--- a/rtemsbsd/sys/dev/ffec/if_ffec_mcf548x.c
+++ b/rtemsbsd/sys/dev/ffec/if_ffec_mcf548x.c
@@ -1379,11 +1379,6 @@ static int mcf548x_fec_ioctl (struct ifnet *ifp, ioctl_command_t command, caddr_
switch(command)
{
-
- case SIOCGIFMEDIA:
- case SIOCSIFMEDIA:
- rtems_mii_ioctl (&(sc->mdio_info),sc,command,(void *)data);
- break;
case SIO_RTEMS_SHOW_STATS:
enet_stats(sc);