Re: if_ndis: fix for panic with VIMAGE

2010-10-19 Thread Bernhard Schmidt
9, 2010 at 20:57, Paul B Mahol wrote: > On 10/13/10, Paul B Mahol wrote: >> On 10/12/10, Paul B Mahol wrote: >>> On 10/11/10, Paul B Mahol wrote: Hi, There is no single valid reason to call rt_ifmsg() in ndis_linksts_done() Patch attached. >>> Ping. >> Pong. >

Re: if_ndis: fix for panic with VIMAGE

2010-10-19 Thread Paul B Mahol
On 10/13/10, Paul B Mahol wrote: > On 10/12/10, Paul B Mahol wrote: >> On 10/11/10, Paul B Mahol wrote: >>> Hi, >>> >>> There is no single valid reason to call rt_ifmsg() in >>> ndis_linksts_done() >>> >>> Patch attached. >>> >> Ping. > Pong. Ping. ___

Re: if_ndis: fix for panic with VIMAGE

2010-10-13 Thread Paul B Mahol
On 10/12/10, Paul B Mahol wrote: > On 10/11/10, Paul B Mahol wrote: >> Hi, >> >> There is no single valid reason to call rt_ifmsg() in ndis_linksts_done() >> >> Patch attached. >> > Ping. Pong. ___ freebsd-net@freebsd.org mailing list http://lists.freeb

Re: if_ndis: fix for panic with VIMAGE

2010-10-12 Thread Paul B Mahol
On 10/11/10, Paul B Mahol wrote: > Hi, > > There is no single valid reason to call rt_ifmsg() in ndis_linksts_done() > > Patch attached. > Ping. ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe

if_ndis: fix for panic with VIMAGE

2010-10-11 Thread Paul B Mahol
Hi, There is no single valid reason to call rt_ifmsg() in ndis_linksts_done() Patch attached. diff --git a/sys/dev/if_ndis/if_ndis.c b/sys/dev/if_ndis/if_ndis.c index 2ec9d0e..a4672e0 100644 --- a/sys/dev/if_ndis/if_ndis.c +++ b/sys/dev/if_ndis/if_ndis.c @@ -1644,10 +1644,6 @@ ndis_linksts_done(a