From tedm@mail.ipinc.net  Fri Jan 18 19:13:47 2008
Return-Path: <tedm@mail.ipinc.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 6712F16A41A
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 18 Jan 2008 19:13:47 +0000 (UTC)
	(envelope-from tedm@mail.ipinc.net)
Received: from mail.ipinc.net (mail.ipinc.net [65.75.192.11])
	by mx1.freebsd.org (Postfix) with ESMTP id 2F66C13C461
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 18 Jan 2008 19:13:47 +0000 (UTC)
	(envelope-from tedm@mail.ipinc.net)
Received: from mail.ipinc.net (localhost.ipinc.net [127.0.0.1])
	by mail.ipinc.net (8.13.8/8.13.8) with ESMTP id m0IIbTmT015598
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 18 Jan 2008 10:37:29 -0800 (PST)
	(envelope-from tedm@mail.ipinc.net)
Received: (from root@localhost)
	by mail.ipinc.net (8.13.8/8.13.8/Submit) id m0IIbTu0015595;
	Fri, 18 Jan 2008 10:37:29 -0800 (PST)
	(envelope-from tedm)
Message-Id: <200801181837.m0IIbTu0015595@mail.ipinc.net>
Date: Fri, 18 Jan 2008 10:37:29 -0800 (PST)
From: Ted Mittelstaedt <tedm@ipinc.net>
Reply-To: Internet.Partners@mail.ipinc.net, "Inc. Support" <support@ipinc.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: FreeBSD 6.3 release does not recognize Broadcom BCM5722 card on HP ML110 G5
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         119779
>Category:       kern
>Synopsis:       [bge] FreeBSD 6.3 release does not recognize Broadcom BCM5722 card on HP ML110 G5
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 18 19:20:01 UTC 2008
>Closed-Date:    Sun Mar 30 20:02:25 UTC 2008
>Last-Modified:  Sun Mar 30 20:02:25 UTC 2008
>Originator:     Ted Mittelstaedt
>Release:        FreeBSD 6.3-RELEASE i386
>Organization:
Internet Partners, Inc.
>Environment:
System: FreeBSD proxy.ipinc.net 6.3-RELEASE FreeBSD 6.3-RELEASE #0: Wed Jan 16 04:45:45 UTC 2008 root@dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP i386


	
>Description:

I just loaded FreeBSD 6.3-RELEASE on an HP ML110 G5 server, it did not
recognize the onboard network adapter.  I opened the case of the computer
and read the top of the network card chip, it has the following numbers:

Broadcom BCM5722KFB1G

This server does have a single PCI card slot and several PCI express slots,
I inserted an Intel Pro 100 card into the PCI slot which was recognized, to 
complete the install.

I ran pciconf -lv and here is the relevant output:

none2@pci14:0:0:        class=0x020000 card=0x7051103c chip=0x165a14e4 rev=0x00 hdr=0x00
    vendor     = 'Broadcom Corporation'
    device     = 'NetXtreme BCM5722 Gigabit Ethernet PCIe'
    class      = network
    subclass   = ethernet

	
>How-To-Repeat:
	
>Fix:

I noted back in December that the following patch was posted to the mailing list,
I did not get a chance to try it out (as I only had a short amount of time to
test on this system before turning it over to the customer with a Different OS
on it)

$ pwd 
/usr/src/sys/dev/bge 
$ diff -c if_bge.c* 
*** if_bge.c Mon Nov 26 12:33:28 2007 
--- if_bge.c.NEW Sun Dec 23 15:44:40 2007 
*************** 
*** 169,174 **** 
--- 169,175 ---- 
  { BCOM_VENDORID, BCOM_DEVICEID_BCM5715S }, 
  { BCOM_VENDORID, BCOM_DEVICEID_BCM5720 }, 
  { BCOM_VENDORID, BCOM_DEVICEID_BCM5721 }, 
+ { BCOM_VENDORID, BCOM_DEVICEID_BCM5722 }, 
  { BCOM_VENDORID, BCOM_DEVICEID_BCM5750 }, 
  { BCOM_VENDORID, BCOM_DEVICEID_BCM5750M }, 
  { BCOM_VENDORID, BCOM_DEVICEID_BCM5751 }, 
$ diff -c if_bgereg.h* 
*** if_bgereg.h Tue May 22 15:22:58 2007 
--- if_bgereg.h.NEW Sun Dec 23 15:44:53 2007 
*************** 
*** 2011,2016 **** 
--- 2011,2017 ---- 
  #define BCOM_DEVICEID_BCM5715S 0x1679 
  #define BCOM_DEVICEID_BCM5720 0x1658 
  #define BCOM_DEVICEID_BCM5721 0x1659 
+ #define       BCOM_DEVICEID_BCM5722 0x165a 
  #define BCOM_DEVICEID_BCM5750 0x1676 
  #define BCOM_DEVICEID_BCM5750M 0x167C 
  #define BCOM_DEVICEID_BCM5751 0x1677 

Supposedly this was to be committed as the poster of the patch
reported it worked on his Dell PowerEdge T105 system.  I did not
see it in the driver, however.

Of course, the other workaround is to use a different network card like I
did.

	


>Release-Note:
>Audit-Trail:

From: Volker <volker@vwsoft.com>
To: bug-followup@FreeBSD.org, support@ipinc.net
Cc:  
Subject: Re: kern/119779: [bge] FreeBSD 6.3 release does not recognize Broadcom
 BCM5722 card on HP ML110 G5
Date: Sun, 30 Mar 2008 21:52:55 +0200

 Support for this chip has been added to RELENG_6 with
 sys/dev/bge/if_bgereg.c rev. 1.36.2.11 and sys/dev/bge/if_bge.c rev.
 1.91.2.26
State-Changed-From-To: open->closed 
State-Changed-By: vwe 
State-Changed-When: Sun Mar 30 20:00:38 UTC 2008 
State-Changed-Why:  

A patch has been committed to RELENG_6, 7 and HEAD to support this chip. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=119779 
>Unformatted:
