summaryrefslogtreecommitdiff
path: root/sys/dev/lnc
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/lnc
parent621b79c4d51d496d8d2c2d4b6f54f2c53b390aa6 (diff)
Notes
Diffstat (limited to 'sys/dev/lnc')
-rw-r--r--sys/dev/lnc/if_lnc.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/dev/lnc/if_lnc.c b/sys/dev/lnc/if_lnc.c
index 52b54123b177..d3aabba17057 100644
--- a/sys/dev/lnc/if_lnc.c
+++ b/sys/dev/lnc/if_lnc.c
@@ -911,13 +911,6 @@ lnc_init(xsc)
int s, i;
char *lnc_mem;
- /* Check that interface has valid address */
-
- if (TAILQ_EMPTY(&sc->arpcom.ac_if.if_addrhead)) { /* XXX unlikely */
-printf("XXX no address?\n");
- return;
- }
-
/* Shut down interface */
s = splimp();