From owner-cvs-src@FreeBSD.ORG Thu Nov 30 16:54:25 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 791D416A47C; Thu, 30 Nov 2006 16:54:25 +0000 (UTC) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B9A643CD8; Thu, 30 Nov 2006 16:48:41 +0000 (GMT) (envelope-from sam@errno.com) Received: from [10.0.0.248] (trouble.errno.com [10.0.0.248]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id kAUGmnWB028665 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 30 Nov 2006 08:48:49 -0800 (PST) (envelope-from sam@errno.com) Message-ID: <456F0B71.3050604@errno.com> Date: Thu, 30 Nov 2006 08:48:49 -0800 From: Sam Leffler User-Agent: Thunderbird 1.5.0.7 (X11/20060920) MIME-Version: 1.0 To: Gleb Smirnoff References: <200611301502.kAUF22lU076210@repoman.freebsd.org> In-Reply-To: <200611301502.kAUF22lU076210@repoman.freebsd.org> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/net if.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Nov 2006 16:54:25 -0000 Gleb Smirnoff wrote: > 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 Did I miss a headsup on this? Seems like something you should coordinate with folks so people can convert drivers beforehand. I understand the problem and I see this is just a printf but now we're going to have people asking what's going on. Sam