From owner-freebsd-mips@FreeBSD.ORG Fri Aug 20 00:35:19 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 7D4FE1065673 for ; Fri, 20 Aug 2010 00:35:19 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 4311E8FC14 for ; Fri, 20 Aug 2010 00:35:19 +0000 (UTC) Received: by iwn36 with SMTP id 36so2698728iwn.13 for ; Thu, 19 Aug 2010 17:35:18 -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; bh=OAdmwUcELxdZxSEr/oA2b4fTzhA9vmDkrIEkff6YnxU=; b=in0LROJIIRW3fbUw3dunJNaM06lxgqqK8RytmQw7LTjU4BL0xvDSrtqG9lcdUbXA2u j6LusyEkVrgQKrr5qKhouADeBbrNnGtL/ls+Lclu7aRMcWekaF/D+A5dlJxxFjY3QDfu AqR9gKRB8l2b4J4OuyaFTm90G7RFDlTp6b6Ow= 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; b=RUNN76Ak9NhFoHBrRr9WqjJi+cZT30qqYdp9SyKOa/kG0qcI231MJIGhQeHROXBbRW RmWDo3vg48eykzl4s+0TfEIjPSKgsfPGm9txqshuidpaRxs3DQay9lk9vJhKMSnZBAy/ 7doFuljJHMn9XdLP6FlX9AnoGTwS6/GOFfczQ= MIME-Version: 1.0 Received: by 10.231.30.130 with SMTP id u2mr634729ibc.111.1282264518581; Thu, 19 Aug 2010 17:35:18 -0700 (PDT) Received: by 10.231.168.14 with HTTP; Thu, 19 Aug 2010 17:35:18 -0700 (PDT) In-Reply-To: <195709.86662.qm@web33202.mail.mud.yahoo.com> References: <195709.86662.qm@web33202.mail.mud.yahoo.com> Date: Fri, 20 Aug 2010 08:35:18 +0800 Message-ID: From: Adrian Chadd To: Youri Adonis Content-Type: text/plain; charset=ISO-8859-1 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: Fri, 20 Aug 2010 00:35:19 -0000 On 20 August 2010 02:57, Youri Adonis wrote: > Are you now getting the right MAC addr? > Not yet. uboot-specific environment stuff is next. Eg - the machdep init code hardcodes 32mb if it doesn't get it passed in via redboot environment.. that also has to change. Adrian