Date: Fri, 18 Jun 2004 12:20:22 GMT From: "Sujay D'Souza" <sad@qualbe.com> To: freebsd-i386@FreeBSD.org Subject: Re: i386/66997: Problem with Broadcom BCM5705M and FreeBSD 5.x Message-ID: <200406181220.i5ICKMJu096708@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR i386/66997; it has been noted by GNATS. From: "Sujay D'Souza" <sad@qualbe.com> To: <freebsd-gnats-submit@FreeBSD.org>, <brevius@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406181220.i5ICKMJu096708>