From owner-freebsd-mips@FreeBSD.ORG Wed Aug 18 00:03:50 2010 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8C6CB106564A for ; Wed, 18 Aug 2010 00:03:50 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id 1DF7F8FC16 for ; Wed, 18 Aug 2010 00:03:49 +0000 (UTC) Received: by eyh6 with SMTP id 6so4163106eyh.13 for ; Tue, 17 Aug 2010 17:03:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=I+eEo08sq1a3QXUEBbzzrXlzU97yKhPqnCHNovxKsZc=; b=kMU6tzMHwd9ZRIkjvwuQOwHONiXuHJ2kPPJgniOHZpDX0cgUNxfpZ7kH7YccY4Ic6s uITyrwifTxJPncq+LVccbaeW85QbFQInA80X1BLY9Wd6ndTQ+Ld2O5M48DttGLHvpsMB KA7ZtU5fghhNGKNLYeuW/3e238dHw1BF+HGVI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=OL+JDHl5/ru81cJQd6/4rT4zOWiL/pAZWNi9vDrFe4Csi0GnjAakuESX7Y+LhKDHqC WnAaUCBBu/ugoibeOpFCznqQ0MBhYbDxVDEJK0t+P1KUZcdWH/epRIK0JRopsIn7G69V CYoC4o7Cr3LwOSZRhj863z0QYErkBdEv/3RFU= MIME-Version: 1.0 Received: by 10.213.114.80 with SMTP id d16mr1399976ebq.85.1282089828995; Tue, 17 Aug 2010 17:03:48 -0700 (PDT) Received: by 10.213.108.205 with HTTP; Tue, 17 Aug 2010 17:03:48 -0700 (PDT) In-Reply-To: <602890.53459.qm@web33202.mail.mud.yahoo.com> References: <602890.53459.qm@web33202.mail.mud.yahoo.com> Date: Wed, 18 Aug 2010 08:03:48 +0800 Message-ID: From: Adrian Chadd To: Youri Adonis Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-mips@freebsd.org Subject: Re: WIP: AR91XX (and AR724X, maybe) support X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Aug 2010 00:03:50 -0000 On 18 August 2010 02:58, Youri Adonis wrote: > That is very similar to AR71XX chipset. It is. Thankfully; it's an easy CPU to port to for someone who hasn't done it for MIPS before. :) > I am digging thru the openwrt code/forum to see how they go around these = bogus > MAC addresses. > This has prevented me so far to set a NFS rootfs on the wndr3700 > It is a trial and error =A0sort of things They have init code for each platform which reads mac/eeprom details out before init. Adrian