From owner-freebsd-stable@FreeBSD.ORG Fri Jan 25 15:47:45 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 7E77EF62; Fri, 25 Jan 2013 15:47:45 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from kabab.cs.huji.ac.il (kabab.cs.huji.ac.il [132.65.16.84]) by mx1.freebsd.org (Postfix) with ESMTP id 332AA6F4; Fri, 25 Jan 2013 15:47:45 +0000 (UTC) Received: from pampa.cs.huji.ac.il ([132.65.80.32]) by kabab.cs.huji.ac.il with esmtp id 1TylVD-000DBI-6a; Fri, 25 Jan 2013 17:47:39 +0200 X-Mailer: exmh version 2.7.2 01/07/2005 with nmh-1.3 To: John Baldwin Subject: Re: bge numbering In-reply-to: <201301251000.52922.jhb@freebsd.org> References: <201301251000.52922.jhb@freebsd.org> Comments: In-reply-to John Baldwin message dated "Fri, 25 Jan 2013 10:00:52 -0500." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 25 Jan 2013 17:47:39 +0200 From: Daniel Braniss Message-ID: Cc: freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jan 2013 15:47:45 -0000 > On Friday, January 25, 2013 3:46:10 am Daniel Braniss wrote: > > Hi, > > this server, a Dell R720 has 4 bge on board, > > Broadcom NetXtreme Gigabit Ethernet, ASIC rev. 0x5720000 > > bge0: APE FW version: NCSI v1.1.7.0 > > bge0: CHIP ID 0x05720000; ASIC REV 0x5720; CHIP REV 0x57200; PCI-E > > miibus0: on bge0 > > ... > > > > I have connected the ethernet to port labeled 0, but it appears > > as bge2, how can this be corrected? > > It can't really. The order of PCI devices is determined by the layout of the > PCI device hierarchy which is generally determined by the physical traces on > your motherboard. so you are saying that Dell screwed up yet again? the 4 bges have consecutive macs, bge1 = bge0 +1, bge2 = bge1 + 1, etc. It's only the # 'outside' that is wrong? I will try the usual trial and error to find the mapping, but will have to wait till Sunday. thanks, danny