From owner-freebsd-i386@FreeBSD.ORG Fri Jun 18 12:20:46 2004 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A166E16A4CE for ; Fri, 18 Jun 2004 12:20:46 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9989C43D31 for ; Fri, 18 Jun 2004 12:20:46 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i5ICKMB9096709 for ; Fri, 18 Jun 2004 12:20:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i5ICKMJu096708; Fri, 18 Jun 2004 12:20:22 GMT (envelope-from gnats) Date: Fri, 18 Jun 2004 12:20:22 GMT Message-Id: <200406181220.i5ICKMJu096708@freefall.freebsd.org> To: freebsd-i386@FreeBSD.org From: "Sujay D'Souza" Subject: Re: i386/66997: Problem with Broadcom BCM5705M and FreeBSD 5.x X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Sujay D'Souza List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jun 2004 12:20:46 -0000 The following reply was made to PR i386/66997; it has been noted by GNATS. From: "Sujay D'Souza" To: , Cc: Subject: Re: i386/66997: Problem with Broadcom BCM5705M and FreeBSD 5.x Date: Fri, 18 Jun 2004 08:17:30 -0400 Had a similar problem with a HP Proliant ML 110 and a broadcom BCM5705K Modify if_bge.c and if_bgereg.h In the dev directory under the src release. Introduce a new vendor id { BCOM_VENDORID, BCOM_DEVICEID_BCM5705K, "Broadcom BCM5705K Gigabit Ethernet" }, In my case for the ML 110 in if_bge.c And #define BCOM_DEVICEID_BCM5705K 0x1654 in if_bgereg.h Run a pciconf to get the correct chip rev/mem address being mapped to. Regards Sujay D'Souza