i386/66997: Problem with Broadcom BCM5705M and FreeBSD 5.x

Sujay D'Souza sad at qualbe.com
Fri Jun 18 12:20:46 GMT 2004


The following reply was made to PR i386/66997; it has been noted by GNATS.

From: "Sujay D'Souza" <sad at qualbe.com>
To: <freebsd-gnats-submit at FreeBSD.org>, <brevius at tlen.pl>
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
 


More information about the freebsd-i386 mailing list