Re: CVS changeset that fixed multiple NIC issue in 5.2-CURRENT?

2012-12-12 Thread Robbert Kouprie
Found it. Has to do with detection of secondary PCI root segments. Thanks for your hints, Robbert On 12-12-2012 15:37, Robbert Kouprie wrote: > Hi all, > > I'm having some trouble with a Dell PowerEdge R910 with 4 Intel Pro/1000 > QP (quad) cards.

Re: [PATCH] remove useless casts in if_gre.c

2012-12-12 Thread Rafael Ferreira Neves
Hello, I think that the original code is correct. The definition of ip_output function says that the first argument is a pointer to an mbuf, but the other are variadic. In this case style(9) states that (type *)NULL should be used. Regards Rafael On Thu, Dec 13, 2012 at 2:11 AM, Michael W. Bomba

[PATCH] remove useless casts in if_gre.c

2012-12-12 Thread Michael W. Bombardieri
Hi, I have a small patch for if_gre.c... NULL is already defined as ((void *)0), so we don't need to cast it to void*. No binary change on amd64. Does this look OK? - Michael Index: if_gre.c === RCS file: /cvs/src/sys/net/if_gre.

Re: CVS changeset that fixed multiple NIC issue in 5.2-CURRENT?

2012-12-12 Thread Nick Holland
On 12/12/2012 02:37 PM, Robbert Kouprie wrote: ... > As this is going to be a production system, I would prefer to run STABLE > + this specific fix. ... You will, I think, be better off running -current (which is supported) than a Frankenstein monster with an inaccurate name (which is not supporte

Re: X540T: link is not detected

2012-12-12 Thread Mike Belopuhov
On Fri, Nov 30, 2012 at 20:44 +0100, Mike Belopuhov wrote: > On Tue, Nov 27, 2012 at 13:50 +0100, mxb wrote: > > Hi tech@, > > > > ix(4) does not detects link then cable is plugged in into already running > > machine. > > > > ix0: > > flags=28b43 > > mtu 1500 > > lladdr bc:30:5b:f3:60:

Re: pkill long format failure

2012-12-12 Thread Todd C. Miller
On Wed, 12 Dec 2012 01:50:46 +0100, Alexander Hall wrote: > Hm, reading the diff again, I felt grepact() got a bit messy. This > cleans it up a bit. Rest should be the same. OK. - todd