From owner-freebsd-current@FreeBSD.ORG Tue Aug 11 22:56:23 2009 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A33A2106566B; Tue, 11 Aug 2009 22:56:23 +0000 (UTC) (envelope-from mat.macy@gmail.com) Received: from mail-yw0-f187.google.com (mail-yw0-f187.google.com [209.85.211.187]) by mx1.freebsd.org (Postfix) with ESMTP id 42AD48FC40; Tue, 11 Aug 2009 22:56:23 +0000 (UTC) Received: by ywh17 with SMTP id 17so5620660ywh.3 for ; Tue, 11 Aug 2009 15:56:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type:content-transfer-encoding; bh=FCxiBGdKjlfHSNz34z7AaEYSIZZe6vF9sdInyM/DIu8=; b=lJfpf25MZvp1KONRneQFHvO7LiJImoAoWS8zv724pcW04S3yXMcH8MGmh2IwoEb13P yO5pJK7RUUPMklmr6+Zv9+WAIPVtoG94jA2grqdUxiZY/Dt41s90Go1IvKSdzDqi+oLD 4HEKnvGP96DOaO22O6RVZD6NURmBJHMUWPqCU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=mEuwCpL1LF3RppsnYW8Q/VNdmZ4ccbecCeOsXukYsnp3qCP0KK3LE0lMg/WUbhMe3W alz67EwY9Ndw9yHjfd+YL6RidBLNQbdkyZ74S7SRHBNtekXt/arfSKshZkjpLMnpRxy0 Fk1mXqmhE5UuqnM0izVXXwUHLw1HezMguvczs= MIME-Version: 1.0 Sender: mat.macy@gmail.com Received: by 10.100.247.14 with SMTP id u14mr6229897anh.7.1250031382564; Tue, 11 Aug 2009 15:56:22 -0700 (PDT) In-Reply-To: <4A81EEE8.5060405@elischer.org> References: <1250004330.1773.223.camel@balrog.2hip.net> <3c1674c90908111235m158227a3q86af8b1d7235a7a2@mail.gmail.com> <20090811195240.GI1292@hoeg.nl> <4A81EEE8.5060405@elischer.org> Date: Tue, 11 Aug 2009 15:56:22 -0700 X-Google-Sender-Auth: 92e0d301dc439dac Message-ID: <3c1674c90908111556t683fd2a8r49c1e70341d6dff1@mail.gmail.com> From: Kip Macy To: Julian Elischer Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Ed Schouten , FreeBSD Current , Robert Noland , "Arno J. Klaassen" Subject: Re: 8.0-BETA2: mi_startup() panic on VIA C7 diskless X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Aug 2009 22:56:23 -0000 On Tue, Aug 11, 2009 at 3:21 PM, Julian Elischer wrote= : > Ed Schouten wrote: >> >> * Kip Macy 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