aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ep
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2006-02-04 08:16:07 +0000
committerWarner Losh <imp@FreeBSD.org>2006-02-04 08:16:07 +0000
commit70346a627590dd9315c499eb764af319f29627bf (patch)
tree84ead3f0ef51678649296465d7acaad5774a3ae9 /sys/dev/ep
parent28383e51e209839cf41845ca7cdc6f1c999c159b (diff)
Notes
Diffstat (limited to 'sys/dev/ep')
-rw-r--r--sys/dev/ep/if_ep.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/dev/ep/if_ep.c b/sys/dev/ep/if_ep.c
index 2fc25a50f090..2f54e019d5f5 100644
--- a/sys/dev/ep/if_ep.c
+++ b/sys/dev/ep/if_ep.c
@@ -916,12 +916,6 @@ epioctl(struct ifnet *ifp, u_long cmd, caddr_t data)
epinit_locked(sc);
EP_UNLOCK(sc);
break;
-#ifdef notdef
- case SIOCGHWADDR:
- bcopy((caddr_t)sc->sc_addr, (caddr_t)&ifr->ifr_data,
- sizeof(sc->sc_addr));
- break;
-#endif
case SIOCADDMULTI:
case SIOCDELMULTI:
/*