summaryrefslogtreecommitdiff
path: root/sys/dev/xe
diff options
context:
space:
mode:
authorLuigi Rizzo <luigi@FreeBSD.org>2004-04-15 20:31:10 +0000
committerLuigi Rizzo <luigi@FreeBSD.org>2004-04-15 20:31:10 +0000
commit0318355d0e0c749359d4d8d384fb34240e4b1a4e (patch)
tree5724ee7f72224819d2453cd24c370e176d84429f /sys/dev/xe
parent621b79c4d51d496d8d2c2d4b6f54f2c53b390aa6 (diff)
Notes
Diffstat (limited to 'sys/dev/xe')
-rw-r--r--sys/dev/xe/if_xe.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/xe/if_xe.c b/sys/dev/xe/if_xe.c
index dfb35ee27c34..0d9eb921c52f 100644
--- a/sys/dev/xe/if_xe.c
+++ b/sys/dev/xe/if_xe.c
@@ -317,8 +317,6 @@ xe_init(void *xscp) {
unsigned i;
int s;
- if (TAILQ_EMPTY(&scp->ifp->if_addrhead)) return;
-
if (scp->autoneg_status != XE_AUTONEG_NONE) return;
DEVPRINTF(2, (scp->dev, "init\n"));