Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Oct 2015 21:58:19 -0700
From:      Adrian Chadd <adrian.chadd@gmail.com>
To:        Sean Bruno <sbruno@freebsd.org>
Cc:        "src-committers@freebsd.org" <src-committers@freebsd.org>,  "svn-src-all@freebsd.org" <svn-src-all@freebsd.org>,  "svn-src-head@freebsd.org" <svn-src-head@freebsd.org>
Subject:   Re: svn commit: r289130 - head/sys/mips/conf
Message-ID:  <CAJ-Vmoka3F0fvKi4o4_Y7f=DDY8pCUS73ZxCPLjxt=tcUEikfw@mail.gmail.com>
In-Reply-To: <201510110331.t9B3VBZ2058154@repo.freebsd.org>
References:  <201510110331.t9B3VBZ2058154@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <sbruno@freebsd.org> 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:
>  #
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAJ-Vmoka3F0fvKi4o4_Y7f=DDY8pCUS73ZxCPLjxt=tcUEikfw>