From owner-freebsd-mips@FreeBSD.ORG Mon Nov 28 03:06:19 2011 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 771BB1065670 for ; Mon, 28 Nov 2011 03:06:19 +0000 (UTC) (envelope-from juli@clockworksquid.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 1732A8FC12 for ; Mon, 28 Nov 2011 03:06:18 +0000 (UTC) Received: by wwe5 with SMTP id 5so7883572wwe.31 for ; Sun, 27 Nov 2011 19:06:18 -0800 (PST) Received: by 10.180.98.70 with SMTP id eg6mr288643wib.46.1322448014164; Sun, 27 Nov 2011 18:40:14 -0800 (PST) MIME-Version: 1.0 Sender: juli@clockworksquid.com Received: by 10.227.141.213 with HTTP; Sun, 27 Nov 2011 18:39:53 -0800 (PST) In-Reply-To: <4C363511-0E3A-4CFD-904A-7EAF776F763A@bluezbox.com> References: <4C363511-0E3A-4CFD-904A-7EAF776F763A@bluezbox.com> From: Juli Mallett Date: Sun, 27 Nov 2011 18:39:53 -0800 X-Google-Sender-Auth: NT77pOreu79PtfufmB3DNqVoe5I Message-ID: To: Oleksandr Tymoshenko , Andrew Duane , Marcel Moolenaar Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-mips Subject: Re: Octeon MAC address 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: Mon, 28 Nov 2011 03:06:19 -0000 CCing Andrew and Marcel who had made changes to eliminate the use of bootinfo. I suspect this is the right change, and hope they'll be able to take a look at it. You may want to check that other fields that can be copied from the bootinfo to sysinfo are =E2=80=94 obviously anything not passed to the minimal sysinfo initialize call will not be available unless we add it explicitly here. Good catch! Thanks, Juli. On Sun, Nov 27, 2011 at 17:49, Oleksandr Tymoshenko wr= ote: > Hello, > > I tried booting latest kernel on my CAPK-0100ND board and it seems to hav= e some issues with initializing > ethernet: octe0 gets zero MAC address although proper MAC address is prin= ted earlier: > > Boot Descriptor Ver: 7 -> 1/2 =C2=A0CPU clock: 500MHz =C2=A0Core Mask: 0 > =C2=A0Board Type: 11 =C2=A0Revision: 0/0 > =C2=A0Mac Address 00.90.FB.26.26.CA (3) > > > > This simple patch fixes the issue: > http://people.freebsd.org/~gonzo/mips/octeon-mac.diff > > I do not have enough experience with octeon's boot descriptor so I am not= sure if it's a proper fix > for this issue or =C2=A0it should be fixed in octeon-sdk sources. Could s= omeone with more expertise > take a look at it? > > > > _______________________________________________ > freebsd-mips@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-mips > To unsubscribe, send any mail to "freebsd-mips-unsubscribe@freebsd.org" >