diff options
| author | Luigi Rizzo <luigi@FreeBSD.org> | 2004-04-15 20:31:10 +0000 |
|---|---|---|
| committer | Luigi Rizzo <luigi@FreeBSD.org> | 2004-04-15 20:31:10 +0000 |
| commit | 0318355d0e0c749359d4d8d384fb34240e4b1a4e (patch) | |
| tree | 5724ee7f72224819d2453cd24c370e176d84429f /sys/dev/fe | |
| parent | 621b79c4d51d496d8d2c2d4b6f54f2c53b390aa6 (diff) | |
Notes
Diffstat (limited to 'sys/dev/fe')
| -rw-r--r-- | sys/dev/fe/if_fe.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sys/dev/fe/if_fe.c b/sys/dev/fe/if_fe.c index 613c76aacf41..ed89b5218f15 100644 --- a/sys/dev/fe/if_fe.c +++ b/sys/dev/fe/if_fe.c @@ -1007,14 +1007,6 @@ fe_init (void * xsc) struct fe_softc *sc = xsc; int s; - /* We need an address. */ - if (TAILQ_EMPTY(&sc->sc_if.if_addrhead)) { /* XXX unlikely */ -#ifdef DIAGNOSTIC - printf("%s: init() without any address\n", sc->sc_xname); -#endif - return; - } - /* Start initializing 86960. */ s = splimp(); |
