From owner-freebsd-mips@FreeBSD.ORG Mon Apr 1 21:28:22 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 F2EDF27E; Mon, 1 Apr 2013 21:28:21 +0000 (UTC) (envelope-from bordjukov@gmail.com) Received: from mail-qe0-f53.google.com (mail-qe0-f53.google.com [209.85.128.53]) by mx1.freebsd.org (Postfix) with ESMTP id A78F3220; Mon, 1 Apr 2013 21:28:21 +0000 (UTC) Received: by mail-qe0-f53.google.com with SMTP id q19so1469297qeb.40 for ; Mon, 01 Apr 2013 14:28:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=Sd/7bL99MUSy6nKFwyx7Zc3MRou5k3wsvXlCApGKDeE=; b=JL4gCPQjSmg0uqbENiR6fNJmbRwHajkF7jBei4JQVCfhEodBrT3pOjAlFA3UYBSPaW 9aE/bWJMdniq69iv0dGFAVe9iUiEz1+U4h1bKnrHGkWf+eW0CrqcSDWXbDEBDy3SHayu iWb5bax3Q0Wst64Wr3VQoWLb2VX4MNvz3CfqZJs7VE/hfeWiRLA8dBS6zfEoXi/Hn1Hc nHr15JD47DslWAvS2E8NYVmyoH7e6UusH98L3p2TLRhsCKB+tf5SFUbXfmf/V5vkOLl5 dYtMn4a/GnkO19fE9fiovpE7KYYD6mjHPpKjCQMzy7zYiKUCu5R+HRDYsP/DDq2QOKI/ O1KA== MIME-Version: 1.0 X-Received: by 10.229.12.38 with SMTP id v38mr5318248qcv.104.1364851695136; Mon, 01 Apr 2013 14:28:15 -0700 (PDT) Received: by 10.49.128.104 with HTTP; Mon, 1 Apr 2013 14:28:15 -0700 (PDT) In-Reply-To: References: <201304011700.r31H00pi001969@freefall.freebsd.org> Date: Tue, 2 Apr 2013 00:28:15 +0300 Message-ID: Subject: Re: kern/177032: [arge] arge1 fails to attach on UBNT Routerstation From: Petko Bordjukov To: Luiz Otavio O Souza Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: 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, 01 Apr 2013 21:28:22 -0000 Luiz, Adrian, Thank you for looking into this issue. I am up for testing, should you need me. Regards, Petko On Mon, Apr 1, 2013 at 11:40 PM, Luiz Otavio O Souza wrote: > On 1 April 2013 16:41, Adrian Chadd wrote: > >> .. someone needs to port over the switch PHY driver from Linux. >> >> I have permission to relicence that driver BSD. >> >> I started doing it, but I ran out of time. Sorry ;( >> >> >> >> Adrian >> >> > Adrian, > > This board uses a switch which cannot be managed from its MDIO interface, > there isn't to much to do in this case. I'll just check if we can use > ARGE_MDIO without a switch driver (so arge1 can talk to direct connected > PHYs). > > Anyway i'll take care of the missing switch drivers. It has been a long > overdue of my part. > > Cheers, > Luiz >