From owner-freebsd-sparc64@FreeBSD.ORG Mon Jul 19 17:02:43 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 616F416A4CE for ; Mon, 19 Jul 2004 17:02:43 +0000 (GMT) Received: from brmea-mail-3.sun.com (brmea-mail-3.Sun.COM [192.18.98.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id D23F543D2F for ; Mon, 19 Jul 2004 17:02:42 +0000 (GMT) (envelope-from rk105060@sunhsc.germany.sun.com) Received: from sun-gy.germany ([129.157.128.5]) by brmea-mail-3.sun.com (8.12.10/8.12.9) with ESMTP id i6JH2eil002864; Mon, 19 Jul 2004 11:02:41 -0600 (MDT) Received: from sunhsc.germany.sun.com (sunhsc [129.157.133.197]) i6JH2eBg007521; Mon, 19 Jul 2004 19:02:40 +0200 (MEST) Received: from sunhsc.germany.sun.com (localhost.Germany.Sun.COM [127.0.0.1]) i6JH2dJS011771; Mon, 19 Jul 2004 19:02:39 +0200 (CEST) Received: (from rk105060@localhost)i6JH2d6Q011770; Mon, 19 Jul 2004 19:02:39 +0200 (CEST) Date: Mon, 19 Jul 2004 19:02:38 +0200 From: Ronald Kuehn To: Frank Nobis Message-ID: <20040719170238.GA3121@sunhsc.germany.sun.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: cc: freebsd-sparc64@freebsd.org Subject: Re: Quad ethernet card on AXi starts with identical MAC addresses on 5.2.1R X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 17:02:43 -0000 On Monday, July 19, 2004 at 18:50:55 CEST, Frank Nobis wrote: > Hi, > > since I have my Sparc for a few days now and could take my hands on a > 4-port ethernet card I have seen that there is something not as I > expected it to behave. > > My 4-port card gets detected and I can use it, but it shows on all > interfaces the same MAC address. Output from boot is appended for > conviniance. I just got around that with manually assigning unique MACs > to all interfaces. > > I am just wondering if that behavior is as intended. Yes, unless you set local-mac-address? to true in OBP. Ronald