From owner-freebsd-arm@FreeBSD.ORG Tue Feb 26 21:56:44 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id BC192B16; Tue, 26 Feb 2013 21:56:44 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-pb0-f51.google.com (mail-pb0-f51.google.com [209.85.160.51]) by mx1.freebsd.org (Postfix) with ESMTP id 7CF632A8; Tue, 26 Feb 2013 21:56:44 +0000 (UTC) Received: by mail-pb0-f51.google.com with SMTP id un15so2616911pbc.24 for ; Tue, 26 Feb 2013 13:56:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=d4s0YigLq5mABysAm9U8mv7oNQd/yOBUgndjtv7h1ws=; b=IlcRY6a/lOrLRUmmZrydbX+bSVTCn+sLi7FhsG6I+fiXNTbDwiVyOVIyD+uYxfS6jj TIDT5jEkcxn+GuZBq/HELHui1sHjADozgbI/u6uxsOUCFR3eLS2moiKFc2hC+Q8jnhSt qS6RmzTewg8bjBnMaY56e/R3xcOsmWXOuCM9stvDjSdvT072inlDWs0AtYMW43DQIKSI rhUfr/jD9+1A0LAVFIF0BsZayxfQ6KAjizSc1/hjpUXm87uw8IwAhMhMMzU4t2x2bmZR HjKbMmhm/3lenobaUTssSrAkFXwtBdA+Ew7UqfM6+bAEKEEbt1ywMAHjWsFKUwi67tlS unNQ== MIME-Version: 1.0 X-Received: by 10.68.143.133 with SMTP id se5mr25739778pbb.189.1361915803790; Tue, 26 Feb 2013 13:56:43 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.70.5.36 with HTTP; Tue, 26 Feb 2013 13:56:43 -0800 (PST) In-Reply-To: <20130226224901.04164f9d.ray@freebsd.org> References: <20130226120335.6928b473@ivory.wynn.com> <1361904727.16937.133.camel@revolution.hippie.lan> <20130226224901.04164f9d.ray@freebsd.org> Date: Tue, 26 Feb 2013 13:56:43 -0800 X-Google-Sender-Auth: NYPPa7AKPjIeLDo_gvz3-UyDg7c Message-ID: Subject: Re: Raspberry Pi Network Data From: Adrian Chadd To: Aleksandr Rybalko Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-arm@freebsd.org, Brett Wynkoop , Ian Lepore X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Feb 2013 21:56:44 -0000 On 26 February 2013 12:49, Aleksandr Rybalko wrote: > Hello ARM hackers! > > Guys, connect please RPi to good, standalone 5V powers supply (1-2A > will be enough) instead of USB port of something. That will close most > problems, at least Ian's problem :-D Sure! But the side question is - can the error handling be improved? It's coming/going and that's fine; but can the reattach be made more reliable? Adrian