Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Mar 2015 11:26:42 -0400
From:      John Baldwin <jhb@freebsd.org>
To:        Adrian Chadd <adrian@freebsd.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r280799 - head/sys/dev/ath
Message-ID:  <3261888.gflh0beI2v@ralph.baldwin.cx>
In-Reply-To: <201503282341.t2SNfOZc032386@svn.freebsd.org>
References:  <201503282341.t2SNfOZc032386@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Saturday, March 28, 2015 11:41:24 PM Adrian Chadd wrote:
> Author: adrian
> Date: Sat Mar 28 23:41:23 2015
> New Revision: 280799
> URL: https://svnweb.freebsd.org/changeset/base/280799
> 
> Log:
>   Update if_ath(4) to check for "hint.ath.X.macaddr" for an override MAC address.
>   
>   This is used by the AR71xx platform code to choose a local MAC based on
>   the "board MAC address", versus whatever potentially invalid/garbage
>   values are stored in the Atheros calibration data.

Are you sure that resource_string_value() doesn't work?  If kern_getenv() works,
then resource_string_value() should also work.

-- 
John Baldwin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3261888.gflh0beI2v>