svn commit: r289130 - head/sys/mips/conf

Adrian Chadd adrian.chadd at gmail.com
Sun Oct 11 04:58:20 UTC 2015


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 at 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:
>  #
>


More information about the svn-src-head mailing list