From owner-freebsd-mips@FreeBSD.ORG Mon Apr 1 20:40:55 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 85473E9A; Mon, 1 Apr 2013 20:40:55 +0000 (UTC) (envelope-from lists.br@gmail.com) Received: from mail-wi0-x22c.google.com (mail-wi0-x22c.google.com [IPv6:2a00:1450:400c:c05::22c]) by mx1.freebsd.org (Postfix) with ESMTP id EE1D7F8B; Mon, 1 Apr 2013 20:40:54 +0000 (UTC) Received: by mail-wi0-f172.google.com with SMTP id hr17so1911737wib.5 for ; Mon, 01 Apr 2013 13:40:54 -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=vjSdygTg6zAjlihw0niufDPCCqy/tov+oAlqqWkPgD0=; b=SyC7zsLw0D/bAyoAhDfI9JlmBFhSM54cTtwM5RJgHHYsoBATxkzqnCFsdQzbjUHhCf M5xSWvaPoVgDQv9IGqv+V1YPolNlxyoClc3LLNNqBEQKxu2Py0p2ifW466tNLXalHt4X ryCUPPbjAkqrDGAxKxOlwqtVQLqCU7EZwy+nUUniJZjKAMophJn9IhNvP2FvxUK1zLyH ZuJcP5DEea67Bw/sb2beiHxgcNTit5AdpW7F4K7+y2EVCDxjOu5UPRv1oCAl7oswpoYG 0N9bXxMMSsVLg7k5Daj5iC1+v5+WwWVsMbmzwOcLiTvB8AgH8uVtwu1Ufrf/XcgUKCY7 8/Pg== MIME-Version: 1.0 X-Received: by 10.194.71.110 with SMTP id t14mr17457989wju.53.1364848854089; Mon, 01 Apr 2013 13:40:54 -0700 (PDT) Received: by 10.216.244.70 with HTTP; Mon, 1 Apr 2013 13:40:54 -0700 (PDT) In-Reply-To: References: <201304011700.r31H00pi001969@freefall.freebsd.org> Date: Mon, 1 Apr 2013 17:40:54 -0300 Message-ID: Subject: Re: kern/177032: [arge] arge1 fails to attach on UBNT Routerstation From: Luiz Otavio O Souza To: Adrian Chadd Content-Type: text/plain; charset=ISO-8859-1 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 20:40:55 -0000 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