From owner-freebsd-current@FreeBSD.ORG Mon Aug 1 06:33:21 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 87F31106566B for ; Mon, 1 Aug 2011 06:33:21 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id 3554C8FC15 for ; Mon, 1 Aug 2011 06:33:20 +0000 (UTC) Received: by ywm39 with SMTP id 39so656606ywm.13 for ; Sun, 31 Jul 2011 23:33:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=qxTtjYzyjqFv+q8/hxYkV+Kl2JxVSDiICNMiccAn1hU=; b=jsOL7g0Qx2e9HDVeNaknoo3kb5FTgfw/nVDUwM4eojgOrbNcut326oZIm526TA5XwW GdYLLrG/kWsdbki44qqC57tdMqajBbHg6NA3L6F1XVrnQ7m4sJoomKYVxSBpL86OBYcd FSoBjouMe37GFuPgW3V46Z30AVGZFeEgqAtos= MIME-Version: 1.0 Received: by 10.150.207.9 with SMTP id e9mr560259ybg.358.1312180400392; Sun, 31 Jul 2011 23:33:20 -0700 (PDT) Received: by 10.150.200.3 with HTTP; Sun, 31 Jul 2011 23:33:20 -0700 (PDT) In-Reply-To: <4E35E0BE.7050407@FreeBSD.org> References: <4E35E0BE.7050407@FreeBSD.org> Date: Mon, 1 Aug 2011 10:33:20 +0400 Message-ID: From: Sergey Kandaurov To: ohauer@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-current@freebsd.org Subject: Re: FreeBSD9 ifnet + Member Function void (*if_watchdog)(struct ifnet *ifp) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Aug 2011 06:33:21 -0000 On 1 August 2011 03:09, Olli Hauer wrote: > Hi, > > I just tried to build VMware modules for FreeBSD9-BETA1 and noticed > the ifnet Member Function > > =A0void (*if_watchdog)(struct ifnet *ifp) > > was removed from net/if_var.h. > > Is there a suggested replacement? Per-ifnet watchdogs were transformed to private per-softc callout timer in earlier 9.x. See this thread for details: http://lists.freebsd.org/pipermail/freebsd-net/2009-November/023677.html > > PS: > The man page for ifnet(9) does not reflect the remove of this > (now missing) Member Function. It is massively outdated. I plan to update it some day when I get some more spare time/review. --=20 wbr, pluknet