Re: brgphy(4) diff needs testing.

2010-03-29 Thread Brad
On Sunday 28 March 2010 18:52:05 Brad wrote: > Please test the following diff with any NICs using brgphy(4), but > especially bge(4) and bnx(4). > > This corrects setting the autoneg ticks for GigE PHY, corrects what > media is presented for some of the Broadcom bge(4) FastE adapters. Just check t

Re: stupid Makefile trick

2010-03-29 Thread Simon Bertrang
On Fri, Mar 26, 2010 at 12:09:48PM +0100, Marc Espie wrote: > I've been using this a few times, and it's really useful for tweaking > big makefiles in ports, or very compact for other stuff. > > It's like this, both our make(1) and gmake(1) support recursive variables, > so that: [snip] ... you h

Re: pmemrange recommit (ok request)

2010-03-29 Thread Owain Ainsworth
On Sun, Mar 28, 2010 at 04:51:41PM -0700, J.C. Roberts wrote: > On Thu, 25 Mar 2010 07:50:15 + "Owain G. ainsworth" > wrote: > > > Ifit uses dma (grep the driver for isa_dmastart) then it would be > > useful. current tests imply it is ok though. > > -- > > Unfortunately, the ISA network card

Još samo 2 dana do kraja akcije za super izgled

2010-03-29 Thread E-topshop
E=elite da izgledate najbolje za leto - bez napora i previše utrošenog vremena? Martovska akcija za super izgled traje još samo 2 dana. PronaDite pravu stvar za sebe: od jednostavne dijete bez gladovanja, raskošne frizure sa Hair Do umetkom uz popust, preko paketa sa fitnes rekvizitima uz po

fork1(9) flags not documented, but used?

2010-03-29 Thread Dinar Talypov
Hi, While looking at the code found that some flags are not documented in fork1(9), but used. These are: - FORK_SIGHAND - FORK_PTRACE - FORK_THREAD Can someone point out what they are? -- Dinar