Re: kern/140712: [fxp] fxp driver starts with rxcsum on

2009-11-19 Thread linimon
Old Synopsis: fxp driver starts with rxcsum on New Synopsis: [fxp] fxp driver starts with rxcsum on Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Fri Nov 20 04:46:50 UTC 2009 Responsible-Changed-Why: Over to maintainer(s). http:/

RE: bce(4) BCM5907 CTX write errors on 7.2 driver

2009-11-19 Thread David Christensen
> > I haven't been able to reproduce it on the r710 I have in house. > > Checking with other groups now to see if they have one a I can use, > > though I'm not sure why the system would make a difference for this > > particular issue. Just wanted to confirm that you're using > the driver > > b

General Awarness - Know the Unknown Facts

2009-11-19 Thread Khushi R. P.
Hi, Various unknown facts are listed on the website http://khushiwebworld.com . The unknown facts are really good and I have found it very useful, so thought to share the same with you. They are categorized as 1.Unknown facts 2.Health Facts 3.Ayurveda f

MPD Multiple PPPoE to same ISP

2009-11-19 Thread Thodoris S.
I am trying to make Multiple PPPoE Connections to the Same ISP for Load Balancing reasons my mpd.conf is: default: load adsl0 load adsl1 load adsl2 adsl0: new -i ng0 pppoe0 pppoe0 set iface route default set iface disable on-demand set iface

Re: [PATCH] CFR: use refcount(9) in mcast

2009-11-19 Thread Bruce Simpson
Bruce Simpson wrote: Look OK? All accesses are covered by a mutex, so the atomic ops aren't really needed -- but it makes for clearer source. Missed in mld6.c. ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freeb

[PATCH] CFR: use refcount(9) in mcast

2009-11-19 Thread Bruce Simpson
Look OK? All accesses are covered by a mutex, so the atomic ops aren't really needed -- but it makes for clearer source. Index: netinet/in_mcast.c === --- netinet/in_mcast.c (revision 199528) +++ netinet/in_mcast.c (working copy)