On 1 August 2011 03:09, Olli Hauer <[email protected]> wrote:
> Hi,
>
> I just tried to build VMware modules for FreeBSD9-BETA1 and noticed
> the ifnet Member Function
>
>  void (*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.

-- 
wbr,
pluknet
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[email protected]"

Reply via email to