From owner-freebsd-mips@FreeBSD.ORG Sat May 25 00:06:30 2013 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 381A9C3F for ; Sat, 25 May 2013 00:06:30 +0000 (UTC) (envelope-from juli@clockworksquid.com) Received: from mail-la0-x234.google.com (mail-la0-x234.google.com [IPv6:2a00:1450:4010:c03::234]) by mx1.freebsd.org (Postfix) with ESMTP id ABAF6B24 for ; Sat, 25 May 2013 00:06:29 +0000 (UTC) Received: by mail-la0-f52.google.com with SMTP id fo13so5045517lab.11 for ; Fri, 24 May 2013 17:06:27 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :x-gm-message-state; bh=QbNMrY21by10kvXLyreBAbL4wgwcwQg+VgiNOeruLy8=; b=BWIeZ8KhK5FqKUfDOwsM9TI2UHlvTaVF2nThjqXMQONG6aZnY46hoG5d5Qc5CAapgo RwXzldtjQDRsZ8iwsdOZEOiBN7MDvLYIvASFTytnG0sEw2yvjZ+HysSOoVL0OoOvHvHZ TKCM50VAWQCL75Kkvbt/IkIl2rfIuhvPBcg2EGewcKw6N6lteKRUnKTfB6YeYzM6Uyx8 bJ/LMuYrjFe+1zGrhfV66v1EmFNH64IfPZM9/QTFKh+BDrzxzO4fmTo0CDe56fdkQzIs 7/v6B2HyK5ep9xssK7ViVomJiA0Y/nBZjoIVL7EAPJ1bxy2wgxWABLWDwGCF0NyWkyhR N18A== X-Received: by 10.112.235.131 with SMTP id um3mr6577713lbc.27.1369440387268; Fri, 24 May 2013 17:06:27 -0700 (PDT) MIME-Version: 1.0 Sender: juli@clockworksquid.com Received: by 10.152.129.195 with HTTP; Fri, 24 May 2013 17:06:07 -0700 (PDT) In-Reply-To: <519FFECD.8060905@rewt.org.uk> References: <20130520110659.1d1d2165@zeta.dino.sk> <20130520164001.5f7d99b8@zeta.dino.sk> <20130520172508.087daf7b@zeta.dino.sk> <20130523070225.4d9a3a59@zeta.dino.sk> <519DA801.2090205@rewt.org.uk> <20130523075537.37e4bcba@zeta.dino.sk> <20130523134206.69ea6994@zeta.dino.sk> <07C411D8-C5D3-4CD4-896B-844F6514C3DF@bsdimp.com> <519E5CFD.7060008@rewt.org.uk> <519F9377.60904@rewt.org.uk> <519FFECD.8060905@rewt.org.uk> From: Juli Mallett Date: Fri, 24 May 2013 17:06:07 -0700 X-Google-Sender-Auth: PuKZlEqbUTXZ8qsSzVzr1t8kd88 Message-ID: Subject: Re: Ubiquiti EdgeRouter Lite works multi-user with -CURRENT. To: Joe Holden , Adrian Chadd X-Gm-Message-State: ALoCoQmQG1gs0Gr/MbQ7VgOF68SRVYlGvDi8Aln2gFpo7xkDkU9dfR2E25wuONZ1kvcFBq2qNRK8 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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: Sat, 25 May 2013 00:06:30 -0000 Adrian, Do you know anything about the Atheros F1 PHYs? We're seeing something weird with some hardware using them, not sure if Ubiquiti have any proprietary changes actually-required to support the PHYs properly, or if there's maybe some deficiency in our PHY driver that you might know about. Thanks, Juli. On Fri, May 24, 2013 at 4:59 PM, Joe Holden wrote: > Juli Mallett wrote: > >> On Fri, May 24, 2013 at 9:21 AM, Joe Holden wrote: >> >>> Looks like theres a couple of modifications and seemingly a bunch of >>> missing >>> cavium specific bits which presumably is their licensed sdk rather than >>> the >>> public one. >>> >> >> I don't believe so. The cavm-executive* file in the GPL tarball >> contains most Cavium-specific code. Then ubnt-platform* contains >> support for IPSec offload. And so on. (I decided to just download >> another copy and dig through it a little.) >> >> Can't see if they do anything different in the available files, but >>> you'll >>> probably be able to spot it straight away :) >>> >> >> You had mentioned you saw something related to the Atheros PHYs, but I >> don't see it =E2=80=94 am I missing it? >> >> there is a kernel message on boot that alludes to a custom phy driver, > but it isn't present in the gpl source. > > > http://91.208.177.20/~jwh/**ubnt/kernel/arch/mips/cavium-** >>> octeon/octeon_info.c >>> http://91.208.177.20/~jwh/**ubnt/kernel/drivers/net/**octeon/ethernet.c= >>> http://91.208.177.20/~jwh/**ubnt/kernel/net/core/dev.c >>> >> >> I think you're probably listing those files because they contain >> 'ubnt', but alas they just contain some stuff related to device >> naming. >> >> Like most vendors I suspect they distribute code minus the private stuf= f > > I'm pretty sure their stock firmware also boots up with something along >>> the >>> lines of ath_ubnt_phy driver, will have to double check.. I think I hav= e >>> one >>> left with stock firmware >>> >> >> If you get any more information, that sounds like something that would >> be useful. >> >> I'll have a gander but the same string in their binary-only firmware > isn't present in the GPL code. > >> Thanks, >> Juli. >> > If you have any tips on what I can experiment with, I'm happy to do that, > I have a few ERLs > > Thanks, > Joe >