From owner-freebsd-mips@FreeBSD.ORG Fri Sep 16 21:31:07 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 1C1581065673; Fri, 16 Sep 2011 21:31:07 +0000 (UTC) (envelope-from bpurgar@gmail.com) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id BB52D8FC12; Fri, 16 Sep 2011 21:31:06 +0000 (UTC) Received: by gyf2 with SMTP id 2so4018672gyf.13 for ; Fri, 16 Sep 2011 14:31:06 -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=8RREuEY9HaKCJ/TdQ+f9rXz5GG7dy58cELkjKp0LLWs=; b=dBFzHnmbpveZuITh3CXsNXRNy5stox1XjyaWgNDeBUvl0mJEYss67iFgnn29faBON9 wTjdnXiFzVPO5hLS7pLlNIdmNSMUBJ42UoQ0JfU9n2vXanhV54gBRDwIu+muZbUEUzY0 Mu+oygRYzEM+/wGLFCBZymreahtlIWefhSfqM= MIME-Version: 1.0 Received: by 10.68.10.40 with SMTP id f8mr2325967pbb.67.1316208665561; Fri, 16 Sep 2011 14:31:05 -0700 (PDT) Received: by 10.142.143.15 with HTTP; Fri, 16 Sep 2011 14:31:05 -0700 (PDT) In-Reply-To: References: Date: Fri, 16 Sep 2011 23:31:05 +0200 Message-ID: From: Berislav Purgar To: Adrian Chadd Content-Type: text/plain; charset=ISO-8859-1 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: Fri, 16 Sep 2011 21:31:07 -0000 On Fri, Sep 16, 2011 at 2:43 PM, Adrian Chadd wrote: > You have to make sure you read the .hints kernel config file and set > the appropriate hints for arge0/arge1. > > Unfortunately there's no support for the bridge/switch PHYs in FreeBSD > at the moment and so the evil workaround is to set the relevant PHY > mask bits so the right PHY bits get enabled and the ports work. > > > > Adrian > Hi i have tried hint.arge.1.phymask=0x70000 / 0x30000 / 70000 and nothing of that can make it to work .. :( tried openwrt to check ports and everything is OK. Beri