From owner-freebsd-current@FreeBSD.ORG Fri Oct 7 16:58:27 2005 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D17F616A41F for ; Fri, 7 Oct 2005 16:58:27 +0000 (GMT) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: from mail-gw1.york.ac.uk (mail-gw1.york.ac.uk [144.32.128.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3506243D46 for ; Fri, 7 Oct 2005 16:58:26 +0000 (GMT) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: from buffy.york.ac.uk (buffy-128.york.ac.uk [144.32.128.160]) by mail-gw1.york.ac.uk (8.12.10/8.12.10) with ESMTP id j97GwMXo011827; Fri, 7 Oct 2005 17:58:22 +0100 (BST) Received: from buffy.york.ac.uk (localhost [127.0.0.1]) by buffy.york.ac.uk (8.13.4/8.13.4) with ESMTP id j97GwLTL030059; Fri, 7 Oct 2005 17:58:21 +0100 (BST) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: (from ga9@localhost) by buffy.york.ac.uk (8.13.4/8.13.4/Submit) id j97GwDJI030058; Fri, 7 Oct 2005 17:58:13 +0100 (BST) (envelope-from gavin.atkinson@ury.york.ac.uk) X-Authentication-Warning: buffy.york.ac.uk: ga9 set sender to gavin.atkinson@ury.york.ac.uk using -f From: Gavin Atkinson To: John Nielsen In-Reply-To: <200510061139.37825.lists@jnielsen.net> References: <200510061139.37825.lists@jnielsen.net> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Fri, 07 Oct 2005 17:58:13 +0100 Message-Id: <1128704293.29031.5.camel@buffy.york.ac.uk> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port X-York-MailScanner: Found to be clean X-York-MailScanner-From: gavin.atkinson@ury.york.ac.uk Cc: current@freebsd.org Subject: Re: Broadcom BCM5751 not attaching on IBM ThinkCentre A51 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Oct 2005 16:58:27 -0000 On Thu, 2005-10-06 at 11:39 -0400, John Nielsen wrote: > I have a new (several, actually) IBM ThinkCentre A51 (8131-16U and 8138-14U) > machine on which I'd like to run FreeBSD 6.0. The machine has a "Barbados" > motherboard with an integrated Broadcom BCM5751 gigabit NIC. Visually, the > Broadcom chip identifies itself as a BCM5751KFB. > > The bge driver recognizes the chip and tries to attach, but fails: > > bge0: mem > 0xd0000000-0xd000ffff irq 5 at device 0.0 on pci2 > bge0: RX CPU self-diagnostics failed! > bge0: chip initialization failed > device_attach: bge0 attach returned 6 Can you post the output of pciconf -l please? Gavin