diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/if_bge.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/if_bge.c b/sys/dev/pci/if_bge.c index 7d728624c41..7a2ef165601 100644 --- a/sys/dev/pci/if_bge.c +++ b/sys/dev/pci/if_bge.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_bge.c,v 1.375 2015/11/17 01:47:08 dlg Exp $ */ +/* $OpenBSD: if_bge.c,v 1.376 2015/11/17 12:30:42 jmatthew Exp $ */ /* * Copyright (c) 2001 Wind River Systems @@ -4553,6 +4553,7 @@ bge_stop(struct bge_softc *sc) timeout_del(&sc->bge_rxtimeout_jumbo); ifp->if_flags &= ~(IFF_RUNNING | IFF_OACTIVE); + ifp->if_timer = 0; /* * Tell firmware we're shutting down. |