From owner-freebsd-stable@FreeBSD.ORG Sun May 27 22:43:54 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CF788106566B for ; Sun, 27 May 2012 22:43:54 +0000 (UTC) (envelope-from seanbru@yahoo-inc.com) Received: from mrout2-b.corp.bf1.yahoo.com (mrout2-b.corp.bf1.yahoo.com [98.139.253.105]) by mx1.freebsd.org (Postfix) with ESMTP id 742A68FC0A for ; Sun, 27 May 2012 22:43:54 +0000 (UTC) Received: from [IPv6:::1] (proxy6.corp.yahoo.com [216.145.48.19]) by mrout2-b.corp.bf1.yahoo.com (8.14.4/8.14.4/y.out) with ESMTP id q4RMhh5P000942 for ; Sun, 27 May 2012 15:43:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yahoo-inc.com; s=cobra; t=1338158624; bh=oDX8GPI6cZ1mjNsFCg27FN7ZMljR9AQk/7pYQ5/PiiY=; h=Subject:From:To:Content-Type:Date:Message-ID:Mime-Version: Content-Transfer-Encoding; b=Gj1o35SsWfzK92Y9A6Wq7cpfKC2qLpEOnWtb4+bEdfj0e7Srfb438CC6myhtE7wcE 377UEt1l+0VD2NQ6zFNr6AOZtJ7Lx4iP43E2mRdMb0Xzq22YItC/W+ARQTvys+9vy8 RJB2p/hOQwF2G0AoE2iJaAWSSuvgXQHbG3+mE/Os= From: Sean Bruno To: "freebsd-stable@freebsd.org" Content-Type: text/plain; charset="UTF-8" Date: Sun, 27 May 2012 15:43:43 -0700 Message-ID: <1338158623.3702.5.camel@powernoodle-l7> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Milter-Version: master.31+4-gbc07cd5+ X-CLX-ID: 158624000 Subject: [stable 9]Dell R620 Ethernet Ordering X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 May 2012 22:43:54 -0000 I'm trying to understand the newbus and acpi interactions on this Dell R620 that result in the Broadcom adapter board being probed "backwards" or just plain out of order in comparison to the connector layout and the linux tg3 driver. We seem to be detecting PCI0:2:0 before PCI0:1:0. This seems odd to me. When I replace the broadcom daughter card with an intel daughter card, this does not show up, so I assume either a malfunction of the Dell ACPI tables or the bge(4) driver. http://people.freebsd.org/~sbruno/dell_12g_pciconf.txt http://people.freebsd.org/~sbruno/r620_acpidump.txt