From owner-freebsd-arm@FreeBSD.ORG Wed Oct 31 04:23:59 2012 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CC3651DD for ; Wed, 31 Oct 2012 04:23:59 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from mail-ie0-f182.google.com (mail-ie0-f182.google.com [209.85.223.182]) by mx1.freebsd.org (Postfix) with ESMTP id 85A3A8FC12 for ; Wed, 31 Oct 2012 04:23:58 +0000 (UTC) Received: by mail-ie0-f182.google.com with SMTP id k10so1959275iea.13 for ; Tue, 30 Oct 2012 21:23:58 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=sender:subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer :x-gm-message-state; bh=N/WuigYfLetAsnR/xs3KeZeW4cQKIyRKOEcAgPodvX0=; b=MUnmQ/tdhMcuSN9L/ZDx2h19pCpWlykJD8AEBaWDCzwdboOnhws9THY3TdZLsu6TDr 2NoBd6YvXy9gy5odLMDeVP0p0jMar1GytY48V2e8H3itpgWVIWsxrNci8b54KEgsRAzd Wttt3orpie8xliNCuDPWUjw234wqTj76MfUSt3RE3l8ejIxAKht7I1aix64brk7vCV5s aKudWKkU7V/4FN1fYKdLxQK8Pzqy9FTXsNdyWAC8pQRh0FbMVAa00MRHA7+NbybmAzvQ MPAkjGJi2NBLPzN7wjnofc0WM4aqUTEIudzd8QhthNIxfWazYfOjltAmyPckVZF0nx7r rmZA== Received: by 10.50.104.230 with SMTP id gh6mr312817igb.13.1351657438657; Tue, 30 Oct 2012 21:23:58 -0700 (PDT) Received: from 53.imp.bsdimp.com (50-78-194-198-static.hfc.comcastbusiness.net. [50.78.194.198]) by mx.google.com with ESMTPS id gs6sm2328782igc.11.2012.10.30.21.23.52 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 30 Oct 2012 21:23:57 -0700 (PDT) Sender: Warner Losh Subject: Re: Raspberry PI Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Warner Losh In-Reply-To: <50909DBE.2060408@bluezbox.com> Date: Tue, 30 Oct 2012 22:23:51 -0600 Content-Transfer-Encoding: quoted-printable Message-Id: References: <50909DBE.2060408@bluezbox.com> To: Oleksandr Tymoshenko X-Mailer: Apple Mail (2.1084) X-Gm-Message-State: ALoCoQkfrEmzFnYnwMN0io8uQ88lvad9Vg+fXFe2MNJ8gIgb4N2+QBVGhuQroKC7mxKF8M6H0HwD Cc: Kang Yin Su , "freebsd-arm@FreeBSD.org" X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Oct 2012 04:23:59 -0000 On Oct 30, 2012, at 9:40 PM, Oleksandr Tymoshenko wrote: >> 3. Ethernet mac address random change every time boot-up? It may due = to >> uboot or firmware issue - apologize if it's OT. > It's FreeBSD problem that requires somewhat wider solution then = hacking one network driver. Why aren't we just getting the MAC address from the FDT? Isn't that how = Linux passes it in? Warner