From owner-freebsd-sparc64@FreeBSD.ORG Thu Oct 12 11:57:23 2006 Return-Path: X-Original-To: freebsd-sparc64@freebsd.org 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 14C7E16A49E for ; Thu, 12 Oct 2006 11:57:23 +0000 (UTC) (envelope-from marius@alchemy.franken.de) Received: from alchemy.franken.de (alchemy.franken.de [194.94.249.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8FDA43D83 for ; Thu, 12 Oct 2006 11:57:10 +0000 (GMT) (envelope-from marius@alchemy.franken.de) Received: from alchemy.franken.de (localhost [127.0.0.1]) by alchemy.franken.de (8.13.8/8.13.8/ALCHEMY.FRANKEN.DE) with ESMTP id k9CBuPva069165; Thu, 12 Oct 2006 13:56:26 +0200 (CEST) (envelope-from marius@alchemy.franken.de) Received: (from marius@localhost) by alchemy.franken.de (8.13.8/8.13.8/Submit) id k9CBuP2i069164; Thu, 12 Oct 2006 13:56:25 +0200 (CEST) (envelope-from marius) Date: Thu, 12 Oct 2006 13:56:25 +0200 From: Marius Strobl To: Dmitry Pryanishnikov Message-ID: <20061012115625.GA68909@alchemy.franken.de> References: <20061012111400.E36157@atlantis.atlantis.dp.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20061012111400.E36157@atlantis.atlantis.dp.ua> User-Agent: Mutt/1.4.2.2i Cc: Miles Nordin , freebsd-sparc64@freebsd.org Subject: Re: Netra t1 105: novice questions X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Oct 2006 11:57:23 -0000 On Thu, Oct 12, 2006 at 11:27:14AM +0300, Dmitry Pryanishnikov wrote: > > I'm still curious (1) why there are 2 PHYs on 1st controller, and In short, harware-wise it simply has two PHYs attached to the first HME. T1 105 consist of a CP1500 CompactPCI cartridge (think of it as a stand-alone system board) and an expansion board mounted back-to-back. The MII-buses of both HMEs span both of these boards. For the first HME/MII-bus there's one PHY and one RJ45 jack on the CP1500 and another PHY with another RJ45 jack on the expansion board. The latter is the one accessible from the back of the T1 105. You can see though not use the first jack if you open the T1 105; IIRC it's behind a piece of plastic between the power supply and the CP1500. HMEs support a maximum of two PHYs (meant as internal and external PHY) while generally there can be a maximum of 32 devices including the NIC on a MII-bus IIRC. > (2) why MAC addresses are the same. Please go read the hme(4) man page. Marius