From owner-freebsd-arm@FreeBSD.ORG Sat Dec 21 18:34:05 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A7DD7C79 for ; Sat, 21 Dec 2013 18:34:05 +0000 (UTC) Received: from mail-qc0-x231.google.com (mail-qc0-x231.google.com [IPv6:2607:f8b0:400d:c01::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5FF041929 for ; Sat, 21 Dec 2013 18:34:05 +0000 (UTC) Received: by mail-qc0-f177.google.com with SMTP id m20so3474047qcx.8 for ; Sat, 21 Dec 2013 10:34:04 -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:message-id:subject :from:to:cc:content-type; bh=IBc2+XJuYB1U+xBYaWMc2ihaoh7wbBGqDZgk6+jwbHg=; b=AVhBzARqQ0JixsE6TY09z6ZQxSPoANZm4qwK/2I/LxBh5x2yRoyB1ryZdHKblclDX6 tFau4PfzXhalOlDLeVAwYqpCwsIwc4ll5EvTN2n6BVl6UIwoLjPh6YRFw/YpO7VHCQaV yZOdCdwEEmvRFB7Ly66NAVUorJOlycjgF9wGF0KhAbSarfgIRVTNO2JkUDvZKbGJrLfN 4z4LHbNcuVkIs81E9IDGzbINqgfTWds9WFPxifi+iIrWm51lyeBhBMlxWuP+dISN3RJC JbLk4e1UPOMrL/jvrMRWlb3RI6bHgflG8kUbU9Cym9gSI7vHElFjX7COKSrvIVQu/TuB Y5LA== MIME-Version: 1.0 X-Received: by 10.224.46.8 with SMTP id h8mr26892251qaf.49.1387650844289; Sat, 21 Dec 2013 10:34:04 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.224.53.200 with HTTP; Sat, 21 Dec 2013 10:34:04 -0800 (PST) In-Reply-To: References: <05740C4C-4B02-4567-9E46-E739ECEDA797@bsdimp.com> <20131220040429.3452e8df4d3c03046c3ac1d6@FreeBSD.org> <8012AB59-1ECB-45E4-9274-013393E6E8CE@bsdimp.com> Date: Sat, 21 Dec 2013 10:34:04 -0800 X-Google-Sender-Auth: hyKGBk23ZHVPs8wriDubxsWp5lQ Message-ID: Subject: Re: R-PI fixes for dhclient/sshd? From: Adrian Chadd To: Tim Kientzle Content-Type: text/plain; charset=ISO-8859-1 Cc: "freebsd-arm@freebsd.org" X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Dec 2013 18:34:05 -0000 On 21 December 2013 10:30, Tim Kientzle wrote: > > On Dec 21, 2013, at 8:00 AM, Adrian Chadd wrote: > >> Hi, >> >> The pmap-v6 code has changed a bit since this commit. I don't know >> what is and isn't appropriate and I'm unfortunately not in a position >> to do a test-build on a raspberry pi for another week or so. >> >> So would someone with a r-pi and a vested interest in this test >> removing the L2_APX flag clearing lines? It happens in two places now >> instead of one. >> >> I'm happy to commit a patch if it gets tested. :-) > > Could you send around a candidate patch? zbb@ did. Thanks, -a