svn commit: r280799 - head/sys/dev/ath
John Baldwin
jhb at freebsd.org
Mon Mar 30 16:40:23 UTC 2015
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
More information about the svn-src-all
mailing list