mirror of
https://github.com/opnsense/src.git
synced 2026-02-10 14:25:50 -05:00
from the softc.
- Rework the watchdog timer to match other NIC drivers:
- Start a timer in fe_init() that runs once a second and checks a counter
in the softc that is identical to the deprecated 'if_timer'.
- Just adjust the softc tx timeout value when sending packets instead of
scheduling the timer.
- Use IFQ_SET_MAXLEN().
Tested by: WATANABE Kazuhiro
|
||
|---|---|---|
| .. | ||
| if_fe.c | ||
| if_fe_cbus.c | ||
| if_fe_isa.c | ||
| if_fe_pccard.c | ||
| if_fereg.h | ||
| if_fevar.h | ||
| mb86960.h | ||