From owner-freebsd-embedded@FreeBSD.ORG Sun Aug 18 17:13:07 2013 Return-Path: Delivered-To: freebsd-embedded@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 386F2140 for ; Sun, 18 Aug 2013 17:13:07 +0000 (UTC) (envelope-from sean_bruno@yahoo.com) Received: from nm8-vm2.bullet.mail.ne1.yahoo.com (nm8-vm2.bullet.mail.ne1.yahoo.com [98.138.90.156]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DB7172165 for ; Sun, 18 Aug 2013 17:13:06 +0000 (UTC) Received: from [98.138.226.178] by nm8.bullet.mail.ne1.yahoo.com with NNFMP; 18 Aug 2013 17:12:59 -0000 Received: from [98.138.226.125] by tm13.bullet.mail.ne1.yahoo.com with NNFMP; 18 Aug 2013 17:12:59 -0000 Received: from [127.0.0.1] by smtp204.mail.ne1.yahoo.com with NNFMP; 18 Aug 2013 17:12:59 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1376845979; bh=8SRBItzbfVBa0gYrmiOL1YmmUlEdfSmeXe+8GYeQfwM=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:X-Rocket-Received:Subject:From:Reply-To:To:Cc:In-Reply-To:References:Content-Type:Date:Message-ID:Mime-Version:X-Mailer; b=gvqeh8YNWsAHwH9ysbkw2bnZeFZguLcjYE9qxrGXRWeTZZgZvSQp1KqHNoFM2bsbz63XXPyHySmRL9/gLZEnqDaUUxP2d1D9Ho0cXHQKSshVIgtdjlZ1G3ifxGwFXqTd2wUoljDXsCTIJZgbUzGMqzeIx8nYF7rW/P1lgXeLL8A= X-Yahoo-Newman-Id: 551027.24751.bm@smtp204.mail.ne1.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: wBGyX7AVM1laVQ61LuHvo0FBxocdsyUNydnBUoR6mNofiUu ZRqSWykgeCO_ApPR43vUNNl32vh2RNQYZWAoDHGFdzxxgbhbQV7c7QD7XAMS eydC8hh2U1QLt2SaOEFa3DsZikz875OYadkw77YlRkqsqyhSse_HIg3eOtDw BoNgB4nVzdGJ95Ix7K61xbbLHfbvlxVwPAXXsNRtO3Ib4Kec2PPDVaexyjIv C7SnXXD64OPISGZ7V.m_.JO0kTaCDRPoksN470Cr4H5q3FhB2JrgMAtQNz5e Y.jfRLvNLSC1YjsdDFWhDOKDo013LU6wES6nAg0z..RI.0sFNVREFy_KwzE_ 7iNzvhQQdGRnIddCOxOfB9vQhXqTJWEmZ15.C6QJ4udNAuuqew580JTgZbfW rO4alXFv1rO5ub43yvZVk12kMz9zuCamlw5KCd4z0m_ojoc_jeFYk.OXOnP2 xBHacl_ohOrwiWX_PbEBSn3Ikxb4Y75VkBeGHQ.fxe9Mxfr.ruelWlyeUHx. OcGlLTz_0P9cs4FGXMgGBaNaMYx0OXRpPu.HwkMxtL8GPzKnwDNe4J4fY X-Yahoo-SMTP: u5BKR6OswBC_iZJVfGRoMkTIpc8pEA4- X-Rocket-Received: from [192.168.1.228] (sean_bruno@71.202.40.63 with ) by smtp204.mail.ne1.yahoo.com with SMTP; 18 Aug 2013 10:12:59 -0700 PDT Subject: Re: Dlink DIR-825 B1 status [updated] From: Sean Bruno To: Adrian Chadd In-Reply-To: References: <1374340359.1421.3.camel@localhost> <1376795552.1460.120.camel@localhost> Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-WfeMja/nZESGCwaSx/RA" Date: Sun, 18 Aug 2013 10:12:58 -0700 Message-ID: <1376845978.1460.126.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Cc: freebsd-embedded X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: sbruno@freebsd.org List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Aug 2013 17:13:07 -0000 --=-WfeMja/nZESGCwaSx/RA Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable On Sat, 2013-08-17 at 23:00 -0700, Adrian Chadd wrote: > .. and yes, we should fix the MAC address stuff. >=20 >=20 > But first: >=20 >=20 > * USB > * a hack to make ath1's mac address be ath0's MAC + 1, or something, > as what's stored in the EEPROM is garbage > * then add the hack(s) to pull the MAC out of the image like openwrt > does. >=20 Shouldn't we use the same method that U-Boot is using? Its generating "something" that looks like a MAC addr at boot. ar7100.c: eth0 using default MAC: c8:be:19:63:2a:cd eth0 up ar7100.c: eth1 using default MAC: c8:be:19:63:2a:ce eth1 up Since I can't find "ar7100.c" code in the u-boot project, I couldn't try and figure out what its doing. Sean --=-WfeMja/nZESGCwaSx/RA Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.14 (FreeBSD) iQEcBAABAgAGBQJSEQCaAAoJEBkJRdwI6BaHBf8H/jMYcORsd70ECNiiGYCJJ4B2 A0Se+2x1zq9sjGOUiPuocFYDvw5AcJ3+EO4/YvKRebpbqdUzZkyVQGHpOo3FOioD bwFDw03vn/RInhqJXsRxH+dRapgdXcpTybdLK7Ny6zEoDJN5PsIFchgS7uMlT0nM BgjLRG3bgGI51Fu+SOUUW6mEh3+c3gdrqvAWVjg6IaPBTJk3fkTzvL3vJ9n67YZX vDqpiF/+68mB4ndRRmSk7ylQ4YF/sRgO+tTbrlOObARJYVxSZMluKyz9ip/6hQqZ Hrqr9Lb04DwGUR44mKIFDnPoKEZSXw3gOkBp3bxYaDZ5s7ooBNbnrip1Vh2ve4c= =LHl/ -----END PGP SIGNATURE----- --=-WfeMja/nZESGCwaSx/RA--