Date: Thu, 9 Nov 2006 16:00:18 +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/dev/em if_em.c if_em.h Message-ID: <200611091600.kA9G0J0Z037035@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
glebius 2006-11-09 16:00:18 UTC FreeBSD src repository Modified files: sys/dev/em if_em.c if_em.h Log: Instead of using the legacy if_timer/if_watchdog interface create our own watchdog that piggybacks on the em_local_timer() routine. We suppose that the if_timer/if_watchdog interface should be obsoleted, since it doesn't fit the modern SMP network stack. NIC drivers should create their own watchdogs, that check and clear the timers always holding driver's lock. In collaboration with: jfv, scottl Revision Changes Path 1.163 +29 -26 src/sys/dev/em/if_em.c 1.55 +1 -0 src/sys/dev/em/if_em.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611091600.kA9G0J0Z037035>