cvs commit: src/sys/net if.c
Gleb Smirnoff
glebius at FreeBSD.org
Thu Nov 30 07:02:02 PST 2006
glebius 2006-11-30 15:02:01 UTC
FreeBSD src repository
Modified files:
sys/net if.c
Log:
The recent issues with em(4) interface has shown that the old 4.4BSD
if_watchdog/if_timer interface doesn't fit modern SMP network
stack design.
Device drivers that need watchdog to monitor their hardware should
implement it theirselves.
Eventually the if_watchdog/if_timer API will be removed. For now,
warn that driver uses it.
Reviewed by: scottl
Revision Changes Path
1.265 +3 -0 src/sys/net/if.c
More information about the cvs-src
mailing list