summaryrefslogtreecommitdiff
path: root/sys/dev/cs
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/cs
parent621b79c4d51d496d8d2c2d4b6f54f2c53b390aa6 (diff)
Notes
Diffstat (limited to 'sys/dev/cs')
-rw-r--r--sys/dev/cs/if_cs.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/cs/if_cs.c b/sys/dev/cs/if_cs.c
index 3b28691cc678..a10d25d7a0ec 100644
--- a/sys/dev/cs/if_cs.c
+++ b/sys/dev/cs/if_cs.c
@@ -699,10 +699,6 @@ cs_init(void *xsc)
struct ifnet *ifp = &sc->arpcom.ac_if;
int i, s, rx_cfg;
- /* address not known */
- if (TAILQ_EMPTY(&ifp->if_addrhead)) /* unlikely? XXX */
- return;
-
/*
* reset whatchdog timer
*/