From owner-freebsd-mips@FreeBSD.ORG Sat Sep 17 07:37:30 2011 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7E8E01065674 for ; Sat, 17 Sep 2011 07:37:30 +0000 (UTC) (envelope-from bpurgar@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 488138FC12 for ; Sat, 17 Sep 2011 07:37:30 +0000 (UTC) Received: by iadk27 with SMTP id k27so5034194iad.13 for ; Sat, 17 Sep 2011 00:37:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=GOwzDalbsm/p9kaAtfp/6spud9qwuUGzJzPLdq5EClc=; b=CGuS4L6rAW8DEljnVtUvWD2uq5DqfGBGXT141Vy+x6kxEYrV4zUh2y5K4YC41Er+Kf QES4FLqlzYHKN3DY4VyYBeMQ90m/BO50DKfMxYvKsQoE6p0GmIYymU1qtATYWA/+wpay vi1GOhV9aza/QV+Xw2NmaIevg9bfsRQNejkaY= MIME-Version: 1.0 Received: by 10.68.10.40 with SMTP id f8mr576666pbb.67.1316245048746; Sat, 17 Sep 2011 00:37:28 -0700 (PDT) Received: by 10.142.143.15 with HTTP; Sat, 17 Sep 2011 00:37:28 -0700 (PDT) In-Reply-To: <201109170831.58398.milu@dat.pl> References: <201109170831.58398.milu@dat.pl> Date: Sat, 17 Sep 2011 09:37:28 +0200 Message-ID: From: Berislav Purgar To: Maciej Milewski Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-mips@freebsd.org Subject: Re: ubnt routerstation and lan ports ?? X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2011 07:37:30 -0000 2011/9/17 Maciej Milewski > Hi, > > On pi=B1tek, 16 wrze=B6nia 2011 23:31:05 Berislav Purgar wrote: > > i have tried hint.arge.1.phymask=3D0x70000 / 0x30000 / 70000 and nothi= ng > of > > that can make it to work .. :( > > tried openwrt to check ports and everything is OK. > > > > Beri > I have this settings in my hints file and arge1 works: > > hint.arge.1.at=3D"nexus0" > hint.arge.1.maddr=3D0x1a000000 > hint.arge.1.msize=3D0x1000 > hint.arge.1.irq=3D3 > # PHY1, PHY2, PHY3 > hint.arge.1.phymask=3D0x0e > # should be 100 for RS > hint.arge.1.media=3D100 > hint.arge.1.fduplex=3D1 > > Kind regards, > Maciek > Hi tried 0x0e (but i think that 0x0e is for RSPRO) and same thing .. The only thing I noticed is that arge1 is always active regardless of the cable was plugged or not. arge0: flags=3D8843 metric 0 mtu 1500 options=3D80000 ether 00:15:6d:c4:20:f6 inet 192.168.1.1 netmask 0xffffff00 broadcast 192.168.1.255 media: Ethernet autoselect (100baseTX ) status: active arge1: flags=3D8802 metric 0 mtu 1500 ether 00:15:6d:c4:20:f7 media: Ethernet 100baseTX status: active Beri