From owner-freebsd-mips@FreeBSD.ORG Mon Apr 1 19:41:17 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 A9744609 for ; Mon, 1 Apr 2013 19:41:17 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-wg0-f53.google.com (mail-wg0-f53.google.com [74.125.82.53]) by mx1.freebsd.org (Postfix) with ESMTP id 46C7ECCA for ; Mon, 1 Apr 2013 19:41:16 +0000 (UTC) Received: by mail-wg0-f53.google.com with SMTP id c11so2368806wgh.8 for ; Mon, 01 Apr 2013 12:41:16 -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=7GtbO7TNJIJRAAhZ8YCKydNyVHWKs2znLMT/twKJZnk=; b=QmrKxpyz73IPm7wIVqzbe93FvneJwuWWw2+/I1bXbzHRgoAtumpuTZFzcePhYYN3eq aCDY6XAwzyfLyZm3iZEcYeacNiFvRoazBdMjZVvLlVl2/sdvaLJ7KITOq2L9yljdXR5Y F0zHKnAp83H94dSoi6+nieh4SsrGbcCUkvG333e1wSCtJ7LTyTZyzaWW6u1E3ItOsMS6 PfY10uO6s/xEJt3IP5yEmMRUjnrTjPOOjBIeimZZwwZ/+Nik48uzMAsRiUzi4o+EXQR5 bXZD2h6uOTmRyIkDQqV/qXL8nnxwoLjiRAGbdqFGqnK09ckM+P9z9YV6Jgm4egHyONHA 701A== MIME-Version: 1.0 X-Received: by 10.180.89.105 with SMTP id bn9mr11431495wib.26.1364845276353; Mon, 01 Apr 2013 12:41:16 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.216.108.130 with HTTP; Mon, 1 Apr 2013 12:41:16 -0700 (PDT) In-Reply-To: <201304011700.r31H00pi001969@freefall.freebsd.org> References: <201304011700.r31H00pi001969@freefall.freebsd.org> Date: Mon, 1 Apr 2013 12:41:16 -0700 X-Google-Sender-Auth: QEjnj8iTYhD4QUsRr07SICbSV-8 Message-ID: Subject: Re: kern/177032: [arge] arge1 fails to attach on UBNT Routerstation From: Adrian Chadd To: Petko Bordjukov Content-Type: text/plain; charset=ISO-8859-1 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 19:41:17 -0000 .. 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 On 1 April 2013 10:00, Petko Bordjukov wrote: > The following reply was made to PR kern/177032; it has been noted by GNATS. > > From: Petko Bordjukov > To: bug-followup@FreeBSD.org > Cc: > Subject: Re: kern/177032: [arge] arge1 fails to attach on UBNT Routerstation > Date: Mon, 01 Apr 2013 19:50:09 +0300 > > Hello Luiz, > > Thank you for your response. > > Using a 0x0 PHY mask does indeed eliminate the error and the interface > is present and operational. However, what are the implications of not > using a directly mapped PHY? > > Also, to my knowledge the phymask should be 15 << 16 and the miimode > should be RMII, however I was not able to get the interface running with > these values. > > -- > Best regards, > Petko > > > _______________________________________________ > freebsd-mips@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-mips > To unsubscribe, send any mail to "freebsd-mips-unsubscribe@freebsd.org"