From owner-freebsd-net@FreeBSD.ORG Fri Oct 7 16:24:04 2011 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 92C77106564A; Fri, 7 Oct 2011 16:24:04 +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 4C59A8FC08; Fri, 7 Oct 2011 16:24:04 +0000 (UTC) Received: from [127.0.0.1] (proxy7.corp.yahoo.com [216.145.48.98]) by mrout2-b.corp.bf1.yahoo.com (8.14.4/8.14.4/y.out) with ESMTP id p97GNVcb087935; Fri, 7 Oct 2011 09:23:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yahoo-inc.com; s=cobra; t=1318004611; bh=evlZJNRc55UDfmnVvPYzj3C0iBQqJTF34aHLp2YqQwY=; h=Subject:From:To:Cc:In-Reply-To:References:Content-Type:Date: Message-ID:Mime-Version:Content-Transfer-Encoding; b=n8U9u+Y2Dqlw0JVw3LP81nHIRAyI+36E6M9xKKti4lSWnKW8upbLQUVTKM/6usHNf KHrOEWMugO5mtNKENuhjgThAOYpt0KGdR2Z541VhobvblQug1n+tEpyECcPqSeiFP/ kjdrYKE193XsJR1qnUZocnRlhG3r69C+z2SL8ICo= From: Sean Bruno To: "freebsd-net@freebsd.org" In-Reply-To: <1317952651.9892.19.camel@hitfishpass-lx.corp.yahoo.com> References: <1317315666.2777.8.camel@hitfishpass-lx.corp.yahoo.com> <1317952651.9892.19.camel@hitfishpass-lx.corp.yahoo.com> Content-Type: text/plain; charset="UTF-8" Date: Fri, 07 Oct 2011 09:23:30 -0700 Message-ID: <1318004610.27029.1.camel@hitfishpass-lx.corp.yahoo.com> Mime-Version: 1.0 X-Mailer: Evolution 2.32.3 (2.32.3-1.fc14) Content-Transfer-Encoding: 7bit Cc: David Christensen , Pyun YongHyeon Subject: Re: bce(4) with IPMI [puzzling and puzzling] X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Oct 2011 16:24:04 -0000 > > bce0@pci0:1:0:0: class=0x020000 card=0x028c1028 chip=0x163b14e4 > rev=0x20 hdr=0x00 > vendor = 'Broadcom Corporation' > class = network > subclass = ethernet > bce1@pci0:1:0:1: class=0x020000 card=0x028c1028 chip=0x163b14e4 > rev=0x20 hdr=0x00 > vendor = 'Broadcom Corporation' > class = network > subclass = ethernet > > > > > bce0: mem > 0xd8000000-0xd9ffffff irq 36 at device 0.0 on pci1 > bce0: Reserved 0x2000000 bytes for rid 0x10 type 3 at 0xd8000000 > bce0: attempting to allocate 1 MSI vectors (16 supported) > bce0: using IRQ 256 for MSI > miibus0: on bce0 > bce0: bpf attached > bce0: Ethernet address: a4:ba:db:2b:6d:58 > bce0: [MPSAFE] > bce0: [ITHREAD] > bce0: ASIC (0x57092008); Rev (C0); Bus (PCIe x4, 2.5Gbps); B/C (5.2.2); > Flags (MSI|MFW); MFW (NCSI 2.0.8) > > > _______________________________________________ so, I cracked open my R410 this morning to see what the Ethernet chipset had for a indentification mark. It is definitely stamped as a BCM5716, so I'm confused. bce(4) has code to handle the 5716 chipset, but its never being executed AFAIK. What's going on here? Sean