From owner-freebsd-mips@FreeBSD.ORG Mon May 20 17:48:12 2013 Return-Path: Delivered-To: freebsd-mips@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 8F57BB14 for ; Mon, 20 May 2013 17:48:12 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-wg0-x233.google.com (mail-wg0-x233.google.com [IPv6:2a00:1450:400c:c00::233]) by mx1.freebsd.org (Postfix) with ESMTP id 23245914 for ; Mon, 20 May 2013 17:48:11 +0000 (UTC) Received: by mail-wg0-f51.google.com with SMTP id b13so5170024wgh.6 for ; Mon, 20 May 2013 10:48:10 -0700 (PDT) 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=9Ep9KcDa9q3Y+DPEIL7AsRHHdwpgoQ5sTKn7TblhlvU=; b=qBEtvvWT1jxyfq8x2VABfvjReOaADeT2/Qaek2ao6WwAzd7pFWuxYsCOJBz98WSGhT 6QJ0U5hGZ5SR+ZvIVdg0SBtDHxE8Dq3fSz759hyRbBn7MLVnVFrwbQIlEIvCDSyVcrq7 FZLmg3UWSy21Ioe9kNaaZ8FagZnxr2jMtOHAt8f91x7fetAqpIg0uuEA0UYsSi9E4Ldk CNDAVzFeuk5lUtFgBCcNcGWRTNMW1mUQXP9MTanNiOys/mDMP15geitEWzg7L/krylo/ HhcV1EKz0qYZ/aT1BzQEtye0JLykU2n70rQYHcsRRyAzoHIpigTIQbbgfCL2BVJLfCxN EvYw== MIME-Version: 1.0 X-Received: by 10.180.21.193 with SMTP id x1mr16059447wie.31.1369072090272; Mon, 20 May 2013 10:48:10 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.217.107.9 with HTTP; Mon, 20 May 2013 10:48:10 -0700 (PDT) In-Reply-To: <519A605D.8020304@rewt.org.uk> References: <20130516111059.38543d57@wind.dino.sk> <20130516131642.adfae355aa3bf7767e9b56e5@ddteam.net> <20130516124248.33ae4e05@wind.dino.sk> <51952112.9010607@rewt.org.uk> <20130517192206.5db0533f@zeta.dino.sk> <51966CB6.2040701@rewt.org.uk> <20130520110659.1d1d2165@zeta.dino.sk> <20130520164001.5f7d99b8@zeta.dino.sk> <20130520172508.087daf7b@zeta.dino.sk> <20130520173934.099ea541@zeta.dino.sk> <519A605D.8020304@rewt.org.uk> Date: Mon, 20 May 2013 10:48:10 -0700 X-Google-Sender-Auth: RrlYvtNBFtmNzuw-ZBfFvngegfM Message-ID: Subject: Re: Ubiquiti EdgeRouter Lite works multi-user with -CURRENT. From: Adrian Chadd To: Joe Holden Content-Type: text/plain; charset=ISO-8859-1 Cc: Aleksandr Rybalko , "freebsd-mips@FreeBSD.org" X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 May 2013 17:48:12 -0000 On 20 May 2013 10:41, Joe Holden wrote: > Hm, I do recall seeing something in a document somewhere that suggested it > used gpio/i2c to talk to the PHYs due to the design they've used, is there > any way of dumping accesses/messages across gpio pins (without soldering) ? CAn you dig that up? Is it something where they've glued a PHY to a GPIO that needs to be bit banged in software, or is this something automatic where they put the GPIO pins into a "I'm a PHY!" mode, and the ethernet controller speaks to it? Adrian