From owner-svn-src-head@freebsd.org Sun Oct 11 04:58:20 2015 Return-Path: Delivered-To: svn-src-head@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 55688A118BB; Sun, 11 Oct 2015 04:58:20 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-ig0-x230.google.com (mail-ig0-x230.google.com [IPv6:2607:f8b0:4001:c05::230]) (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 166EB1C8F; Sun, 11 Oct 2015 04:58:20 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by igcpe7 with SMTP id pe7so61430923igc.0; Sat, 10 Oct 2015 21:58:19 -0700 (PDT) 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=DHvib2mK5fTyhzaUVs5PJXVRoV1ny8e/achOei8FLXA=; b=GAi2oIkBNirUCGUum794BqXGNAcH4Aqc9MfPOpElXt2qF7yWtEOXNIzya4dxFJBLTb 4+lne+t0VHqROTysue2eV0+JpcXPn7Rz1HC9CKSg7M+BU5F0XhbHJ+pHz26d5TRf3Ldj TMFMVDSYmDNIVgns7ikAdMH+QrJtWYgUb4ljnh0ahiGJk/Xq4pm/muT6JhBXRgL/JG8Q /eJrshshN/FgHJl5bMD+L9SvZx3eFPDQ6PFZV6+tZ/rwx50HuMqFOKTtoV8Bg/3bHD56 wN7mNzmgYf5OIMpflpjfBKtPdL2vrYMU4eE5VjDMWa7jMMhoee6ZOHduFOoCBzUeLmCx tszw== MIME-Version: 1.0 X-Received: by 10.50.61.137 with SMTP id p9mr6473466igr.37.1444539499476; Sat, 10 Oct 2015 21:58:19 -0700 (PDT) Received: by 10.36.2.10 with HTTP; Sat, 10 Oct 2015 21:58:19 -0700 (PDT) In-Reply-To: <201510110331.t9B3VBZ2058154@repo.freebsd.org> References: <201510110331.t9B3VBZ2058154@repo.freebsd.org> Date: Sat, 10 Oct 2015 21:58:19 -0700 Message-ID: Subject: Re: svn commit: r289130 - head/sys/mips/conf From: Adrian Chadd To: Sean Bruno Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Oct 2015 04:58:20 -0000 Hm, its an AR9300, right? It should be getting ART from 0x1fff0000 like the rest of the boards and the AR9300 HAL will add 0x1000 for you. Don't ask me why. What's the MAC address of the wlan0 interface you created? Does it actually all work? :) -a On 10 October 2015 at 20:31, Sean Bruno wrote: > Author: sbruno > Date: Sun Oct 11 03:31:11 2015 > New Revision: 289130 > URL: https://svnweb.freebsd.org/changeset/base/289130 > > Log: > Use machine specific values cleaned from openwrt for the mac address > location on the TP link mr3020 > > Modified: > head/sys/mips/conf/TP-MR3020.hints > > Modified: head/sys/mips/conf/TP-MR3020.hints > ============================================================================== > --- head/sys/mips/conf/TP-MR3020.hints Sun Oct 11 02:00:08 2015 (r289129) > +++ head/sys/mips/conf/TP-MR3020.hints Sun Oct 11 03:31:11 2015 (r289130) > @@ -34,8 +34,10 @@ hint.arge.1.fduplex=1 > > # Where the ART is - last 64k in the flash > # 0x9fff1000 ? > -hint.ath.0.eepromaddr=0x1fff0000 > +hint.ath.0.eepromaddr=0x1fff1000 > hint.ath.0.eepromsize=16384 > + > +hint.ar71xx.0.eeprom_mac_addr=0x1f01fc00 > > # The board 16MiB flash layout in uboot env: > # >