From owner-freebsd-mips@FreeBSD.ORG Mon Apr 1 17:00:01 2013 Return-Path: Delivered-To: freebsd-mips@smarthost.ysv.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 65F5C793 for ; Mon, 1 Apr 2013 17:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 412B42EF for ; Mon, 1 Apr 2013 17:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r31H009t001984 for ; Mon, 1 Apr 2013 17:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r31H00pi001969; Mon, 1 Apr 2013 17:00:00 GMT (envelope-from gnats) Date: Mon, 1 Apr 2013 17:00:00 GMT Message-Id: <201304011700.r31H00pi001969@freefall.freebsd.org> To: freebsd-mips@FreeBSD.org Cc: From: Petko Bordjukov Subject: Re: kern/177032: [arge] arge1 fails to attach on UBNT Routerstation X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Petko Bordjukov List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Apr 2013 17:00:01 -0000 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