From owner-freebsd-mips@FreeBSD.ORG Sun Mar 11 02:12:00 2012 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 828471065675; Sun, 11 Mar 2012 02:12:00 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-pz0-f54.google.com (mail-pz0-f54.google.com [209.85.210.54]) by mx1.freebsd.org (Postfix) with ESMTP id 10AA08FC1A; Sun, 11 Mar 2012 02:12:00 +0000 (UTC) Received: by dald2 with SMTP id d2so3699325dal.13 for ; Sat, 10 Mar 2012 18:11:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=IMh+UNtLZpQ6Q6NkCe+zzdzPxJs+m2H1OQrdTGsiRUg=; b=IZ/IZQP1Fxb23q68HwTf+Z8j3u5QTNq6oNswTQTThxtk1NCk+Qyncaex2wCFts1BoD uzRZk3NBypzLdlI0xG9vQFMPdPYcxzoZTZNv0FXRDQ5PVxYGSIRSz0jPjK4PeKl62ICI H3g/zTNRymQTpYrpzQ0WpQ8zCuPlTrX17sWYlwGCpOzKxJJvCd7ZvoYzrxW3o7Vu4/0K 0btH7HSL7yuDb3H8svSrw/REcogD1a4pgBewpQU04kmpOO6lSot/RSwtdeTcM0+1i8ja R83CRhHO9tFLYduJMnAEfvry/Pn6Bhh4u+8EsElBW+5wBcleAo/6LYvoyFLXnhw38JPS c6lg== MIME-Version: 1.0 Received: by 10.68.232.2 with SMTP id tk2mr12479181pbc.68.1331431919843; Sat, 10 Mar 2012 18:11:59 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.143.33.5 with HTTP; Sat, 10 Mar 2012 18:11:59 -0800 (PST) In-Reply-To: References: <20120310151128.647d4a18.ray@ddteam.net> <20120311002908.58ea1513.ray@ddteam.net> <20120311010755.ca51d8d0.ray@ddteam.net> Date: Sat, 10 Mar 2012 18:11:59 -0800 X-Google-Sender-Auth: NoPwbfP_cwYepwR8lV2nIYXxDqg Message-ID: From: Adrian Chadd To: Juli Mallett Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Aleksandr Rybalko , freebsd-mips@freebsd.org Subject: Re: [PATCH] Fix for using NFS root with if_arge X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Mar 2012 02:12:00 -0000 On 10 March 2012 15:12, Juli Mallett wrote: > On Sat, Mar 10, 2012 at 15:07, Aleksandr Rybalko wrote: >> Will test it with other zrouter guys, and then commit if you don't do >> that faster :) > > I'd rather you commit it as I don't know about the rest of the patch > myself. =A0I still think freeing the descriptor contents in arge_stop() > and doing the init stuff in init would be a better long-term fix, but > I can live with this for now :) That's exactly what I wanted to do and why I didn't want to commit ray's solution. :-) I just have been preoccupied with the wifi stuff. if someone wants to code up and test that particular solution I will review it and commit it to -HEAD. Adrian