From owner-freebsd-mips@FreeBSD.ORG Fri May 24 16:21:33 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 20B78E2F; Fri, 24 May 2013 16:21:33 +0000 (UTC) (envelope-from lists@rewt.org.uk) Received: from hosted.mx.as41113.net (hosted.mx.as41113.net [91.208.177.22]) by mx1.freebsd.org (Postfix) with ESMTP id D88A7D02; Fri, 24 May 2013 16:21:32 +0000 (UTC) Received: from [172.16.9.23] (bella.stf.rewt.org.uk [91.208.177.62]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: lists@rewt.org.uk) by hosted.mx.as41113.net (Postfix) with ESMTPSA id 3bHCWR2Wbszgq; Fri, 24 May 2013 17:21:23 +0100 (BST) Message-ID: <519F9377.60904@rewt.org.uk> Date: Fri, 24 May 2013 17:21:11 +0100 From: Joe Holden User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: Juli Mallett Subject: Re: Ubiquiti EdgeRouter Lite works multi-user with -CURRENT. References: <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> <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> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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: Fri, 24 May 2013 16:21:33 -0000 Juli Mallett wrote: > On Thu, May 23, 2013 at 11:16 AM, Joe Holden wrote: >> Yeah it doesn't appear to just be a delay as the link still hasn't started >> working since this morning - I did note that the atheros phy stuff in the >> UBNT release identifies itself as a modified ubnt one, so there may well be >> some slight change that needs doing - well outside of the scope of my skills >> though :( > > Joe, I can't be bothered downloading and unpacking their massive GPL > archive again right now, but if you send me the files you're referring > to, I can take a look at them more quickly. 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. Can't see if they do anything different in the available files, but you'll probably be able to spot it straight away :) 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'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 have one left with stock firmware Thanks, Joe