Date: Tue, 11 Aug 2009 15:56:22 -0700 From: Kip Macy <kmacy@freebsd.org> To: Julian Elischer <julian@elischer.org> Cc: Ed Schouten <ed@80386.nl>, FreeBSD Current <current@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: <3c1674c90908111556t683fd2a8r49c1e70341d6dff1@mail.gmail.com> In-Reply-To: <4A81EEE8.5060405@elischer.org> 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> <4A81EEE8.5060405@elischer.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Aug 11, 2009 at 3:21 PM, Julian Elischer<julian@elischer.org> wrote= : > Ed Schouten wrote: >> >> * Kip Macy <kmacy@freebsd.org> wrote: >>> >>> http://people.freebsd.org/~kmacy/flowtable_boot.patch >> >> + =A0 =A0 =A0 if ((V_flowtable_enable =3D=3D 0) || (V_flowtable_ready = =3D=3D 0) >> >> should probably read: >> >> + =A0 =A0 =A0 if (V_flowtable_enable =3D=3D 0 || V_flowtable_ready =3D= =3D 0) >> >> Right? >> > > > I prefer the first, with an extra closing paren. > Oops thanks. I updated the patch. -Kip
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3c1674c90908111556t683fd2a8r49c1e70341d6dff1>