summaryrefslogtreecommitdiffstats
path: root/sys/net/if.c
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2009-06-22 10:27:20 +0000
committerbz <bz@FreeBSD.org>2009-06-22 10:27:20 +0000
commitc5ae8d95f2d5f87be0576a3e8c87ff0ea6f5c214 (patch)
tree8ce40f6131cc1e1e90503a71251f1c8df724e111 /sys/net/if.c
parent5daa0c14237b29afdd8225eba0c34cc0c8238ca3 (diff)
downloadFreeBSD-src-c5ae8d95f2d5f87be0576a3e8c87ff0ea6f5c214.zip
FreeBSD-src-c5ae8d95f2d5f87be0576a3e8c87ff0ea6f5c214.tar.gz
After the update to fxp(4) in r194573 we should no longer need
this DELAY(100) hack introduced in r56938. Thanks to: yongari MFC after: 6 weeks X-MFC note: not before the fxp(4) changes
Diffstat (limited to 'sys/net/if.c')
-rw-r--r--sys/net/if.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/net/if.c b/sys/net/if.c
index fa708e9..bc13501 100644
--- a/sys/net/if.c
+++ b/sys/net/if.c
@@ -2465,7 +2465,6 @@ ifioctl(struct socket *so, u_long cmd, caddr_t data, struct thread *td)
if ((oif_flags ^ ifp->if_flags) & IFF_UP) {
#ifdef INET6
- DELAY(100);/* XXX: temporary workaround for fxp issue*/
if (ifp->if_flags & IFF_UP) {
int s = splimp();
in6_if_up(ifp);
OpenPOWER on IntegriCloud