Re: FreeBSD9 ifnet + Member Function void (*if_watchdog)(struct ifnet *ifp)

2011-08-01 Thread Olli Hauer
On 2011-08-01 08:33, Sergey Kandaurov wrote: > 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 >> >> void (*if_watchdog)(struct ifnet *ifp) >> >> was removed from net/if_var.h. >> >> Is there a

Re: FreeBSD9 ifnet + Member Function void (*if_watchdog)(struct ifnet *ifp)

2011-07-31 Thread Sergey Kandaurov
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 > >  void (*if_watchdog)(struct ifnet *ifp) > > was removed from net/if_var.h. > > Is there a suggested replacement? Per-ifnet watchdogs were transfo

FreeBSD9 ifnet + Member Function void (*if_watchdog)(struct ifnet *ifp)

2011-07-31 Thread Olli Hauer
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? PS: The man page for ifnet(9) does not reflect the remove of this (now missing) Member Fun