From owner-freebsd-stable@FreeBSD.ORG Tue Feb 28 20:59:13 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2087516A420 for ; Tue, 28 Feb 2006 20:59:13 +0000 (GMT) (envelope-from vivek@khera.org) Received: from yertle.kcilink.com (yertle.kcilink.com [65.205.34.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id D42A543D45 for ; Tue, 28 Feb 2006 20:59:12 +0000 (GMT) (envelope-from vivek@khera.org) Received: from [192.168.7.103] (host-103.int.kcilink.com [192.168.7.103]) by yertle.kcilink.com (Postfix) with ESMTP id BD0F2B80F for ; Tue, 28 Feb 2006 15:59:11 -0500 (EST) Mime-Version: 1.0 (Apple Message framework v746.2) Content-Transfer-Encoding: 7bit Message-Id: <2A9B4C29-8ECF-47BD-AF38-6E7A1DD79DEF@khera.org> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: stable@freebsd.org From: Vivek Khera Date: Tue, 28 Feb 2006 15:59:10 -0500 X-Mailer: Apple Mail (2.746.2) Cc: Subject: Broadcom BCM5714 ethernet not recognized by 6.0-RELEASE 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: Tue, 28 Feb 2006 20:59:13 -0000 I have an IBM e326m Opteron system for evaluation. Everything seems to be working ok except the ethernet is not recognized. According to the system specs and product literature, it has two Broadcom BCM5714 controllers in it, which the 6.0-RELEASE kernel is not attaching. They identify via pciconf -l -v as follows: (had to hand-transcribe since I can't cut/paste) none1@pci5:4:0: class=0x020000 card=0x03291014 chip=0x166a14e4 rev=0x03 hdr=0x00 vendor=Broadcom Corp class=network subclass=ethernet Can anyone help with appropriate defines to get the bge(4) driver to detect this chipset? Thanks.