From owner-freebsd-mips@freebsd.org Thu Dec 24 14:15:16 2015 Return-Path: Delivered-To: freebsd-mips@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 505F1A51712 for ; Thu, 24 Dec 2015 14:15:16 +0000 (UTC) (envelope-from sgalabov@gmail.com) Received: from mail-vk0-x22f.google.com (mail-vk0-x22f.google.com [IPv6:2607:f8b0:400c:c05::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2332D11BD; Thu, 24 Dec 2015 14:15:16 +0000 (UTC) (envelope-from sgalabov@gmail.com) Received: by mail-vk0-x22f.google.com with SMTP id k1so21178144vkb.2; Thu, 24 Dec 2015 06:15:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=wpgfaRFKBE8Zp0roKxgd5o0XwXENpwwYGAYcuPN+24k=; b=MqTsTX1XV19nQA494eg4pTNOT2R2VSYlFWjipRDaaMW92kOMYgnjswRin+Du530Pdp ugCbunDsNc4VMyK6+fHv7mMwyOVLaI0AUahAgsoH4Vb8h46QNBoqhZGOSsQymz088oKo 8JOHcAIz98MXnt/p5I4ualsSakz+B2ArUBslbMx70eBsj6RQyIZYcmKfJLXMbGFOBt/0 65QmZTtIHLe8bGV2QYNLYErvO4ewRaoqqvY/uquHmtzPh1gkamCm7l+UyLinfzGTXGSO 2PX7F8oQJURU69LRuVNFgZxT443Sm5/t2v9NWq+oeeGyvROwRAeMOzfgZRZSrViQXhxg a0cQ== MIME-Version: 1.0 X-Received: by 10.31.179.80 with SMTP id c77mr20737109vkf.50.1450966514968; Thu, 24 Dec 2015 06:15:14 -0800 (PST) Received: by 10.31.175.201 with HTTP; Thu, 24 Dec 2015 06:15:14 -0800 (PST) In-Reply-To: <567BF4AB.9020904@digiware.nl> References: <567BF4AB.9020904@digiware.nl> Date: Thu, 24 Dec 2015 16:15:14 +0200 Message-ID: Subject: Re: mt7620 works! From: Stanislav Galabov To: Willem Jan Withagen Cc: Adrian Chadd , "freebsd-mips@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Dec 2015 14:15:16 -0000 On Thu, Dec 24, 2015 at 3:35 PM, Willem Jan Withagen wrote: > On 24-12-2015 05:09, Adrian Chadd wrote: > > rt0: at mem >> 0x10100000-0x1010ffff irq 3 on nexus0 >> rt0: RT7620 Ethernet MAC (rev 0x00000000) >> rt0: use hardcoded 00:18:e7:d5:83:90 macaddr >> rt0: bpf attached >> rt0: Ethernet address: 00:18:e7:d5:83:90 >> > > Is looks like this is an onchip ethernet controller. > Which is not detected in the boot of my WiTiBoard MT7621. > > What needs to be done to get it running on this board? > Or are this patches not jet in the tree, and/or distributed here? > I'll look into this more after the holidays. For now all I can say is I've seen the first packets out of the Ethernet port of my MT7621 board under FreeBSD. :-) Best wishes, Stanislav