Date: Thu, 30 Nov 2006 15:02:01 +0000 (UTC) From: Gleb Smirnoff <glebius@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if.c Message-ID: <200611301502.kAUF22lU076210@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611301502.kAUF22lU076210>