diff options
-rw-r--r-- | sys/dev/ic/fxp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ic/fxp.c b/sys/dev/ic/fxp.c index 0be14b8de7f..9200f5fa05b 100644 --- a/sys/dev/ic/fxp.c +++ b/sys/dev/ic/fxp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fxp.c,v 1.32 2002/03/14 01:26:54 millert Exp $ */ +/* $OpenBSD: fxp.c,v 1.33 2002/03/15 22:15:09 art Exp $ */ /* $NetBSD: if_fxp.c,v 1.2 1997/06/05 02:01:55 thorpej Exp $ */ /* @@ -928,6 +928,7 @@ fxp_stats_update(arg) if (sc->rx_idle_secs > FXP_MAX_RX_IDLE) { sc->rx_idle_secs = 0; fxp_init(sc); + splx(s); return; } /* |