diff options
-rw-r--r-- | sys/pci/if_ste.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/pci/if_ste.c b/sys/pci/if_ste.c index 90e28d7..9c375f8 100644 --- a/sys/pci/if_ste.c +++ b/sys/pci/if_ste.c @@ -935,6 +935,8 @@ ste_txeof(sc) ifp->if_flags &= ~IFF_OACTIVE; if (idx == sc->ste_cdata.ste_tx_prod) ifp->if_timer = 0; + else if (ifp->if_timer == 0) + ifp->if_timer = 5; } } |