From 33a0db99a2af10bb61a69ec356ca78aa73945b81 Mon Sep 17 00:00:00 2001 From: Sepherosa Ziehau Date: Tue, 17 Jul 2012 09:32:18 +0800 Subject: [PATCH] bge: Don't bail, even if firmware hand shaking fails. Firmware loading failure is actually nothing critcal. According-to: tg3 --- sys/dev/netif/bge/if_bge.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/dev/netif/bge/if_bge.c b/sys/dev/netif/bge/if_bge.c index 5d67b7b020..d00ebd0605 100644 --- a/sys/dev/netif/bge/if_bge.c +++ b/sys/dev/netif/bge/if_bge.c @@ -2793,7 +2793,6 @@ bge_reset(struct bge_softc *sc) if (i == BGE_FIRMWARE_TIMEOUT) { if_printf(&sc->arpcom.ac_if, "firmware handshake " "timed out, found 0x%08x\n", val); - return; } } -- 2.41.0