From owner-svn-src-all@FreeBSD.ORG Mon Nov 9 15:50:25 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 08B19106566C for ; Mon, 9 Nov 2009 15:50:25 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id D197C8FC1D for ; Mon, 9 Nov 2009 15:50:24 +0000 (UTC) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id 8DF0A46B1A; Mon, 9 Nov 2009 10:50:24 -0500 (EST) Received: from jhbbsd.hudson-trading.com (unknown [209.249.190.8]) by bigwig.baldwin.cx (Postfix) with ESMTPA id A0A7C8A01F; Mon, 9 Nov 2009 10:50:23 -0500 (EST) From: John Baldwin To: "R.Mahmatkhanov" Date: Mon, 9 Nov 2009 10:40:30 -0500 User-Agent: KMail/1.9.7 References: <200911062007.nA6K7GJ1027261@svn.freebsd.org> <4AF5E0DE.2020403@yandex.ru> In-Reply-To: <4AF5E0DE.2020403@yandex.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200911091040.30884.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0.1 (bigwig.baldwin.cx); Mon, 09 Nov 2009 10:50:23 -0500 (EST) X-Virus-Scanned: clamav-milter 0.95.1 at bigwig.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-2.5 required=4.2 tests=AWL,BAYES_00,RDNS_NONE autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on bigwig.baldwin.cx Cc: svn-src-all@freebsd.org Subject: Re: svn commit: r198999 - head/sys/dev/msk X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Nov 2009 15:50:25 -0000 On Saturday 07 November 2009 4:04:30 pm R.Mahmatkhanov wrote: > John Baldwin =D0=BF=D0=B8=D1=88=D0=B5=D1=82: > > Author: jhb > > Date: Fri Nov 6 20:07:16 2009 > > New Revision: 198999 > > URL: http://svn.freebsd.org/changeset/base/198999 > >=20 > > Log: > > Take a step towards removing if_watchdog/if_timer. Don't explicitly = set > > if_watchdog/if_timer to NULL/0 when initializing an ifnet. if_alloc() > > sets those members to NULL/0 already. > > =20 >=20 > How about if_bfe? I've getting warnings "...using obsoleted watchdog > interface". >=20 bfe(4) in HEAD doesn't use if_watchdog, it was converted a while ago I=20 believe. =2D-=20 John Baldwin