Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Aug 2009 15:21:28 -0700
From:      Julian Elischer <julian@elischer.org>
To:        Ed Schouten <ed@80386.nl>
Cc:        FreeBSD Current <current@freebsd.org>, Kip Macy <kmacy@freebsd.org>, Robert Noland <rnoland@freebsd.org>, "Arno J. Klaassen" <arno@heho.snv.jussieu.fr>
Subject:   Re: 8.0-BETA2: mi_startup() panic on VIA C7 diskless
Message-ID:  <4A81EEE8.5060405@elischer.org>
In-Reply-To: <20090811195240.GI1292@hoeg.nl>
References:  <wp8whraago.fsf@heho.snv.jussieu.fr>	<1250004330.1773.223.camel@balrog.2hip.net>	<wpws5atixy.fsf@heho.snv.jussieu.fr>	<3c1674c90908111235m158227a3q86af8b1d7235a7a2@mail.gmail.com> <20090811195240.GI1292@hoeg.nl>

next in thread | previous in thread | raw e-mail | index | archive | help
Ed Schouten wrote:
> * Kip Macy <kmacy@freebsd.org> wrote:
>> http://people.freebsd.org/~kmacy/flowtable_boot.patch
> 
> +	if ((V_flowtable_enable == 0) || (V_flowtable_ready == 0)
> 
> should probably read:
> 
> +	if (V_flowtable_enable == 0 || V_flowtable_ready == 0)
> 
> Right?
> 


I prefer the first, with an extra closing paren.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4A81EEE8.5060405>