Blog.Lysov.ru
msgbartop
My own blog
msgbarbottom

04 May 08 Proliant DL-160 network

У новых пролиантов стоит неизвестная для FreeBSD6.3/7.0 сетевая карта
Networking Integrated Broadcom 5722
решение - пропатчить драйвер bge

cd /usr/src/sys/dev/bge
*** 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 },
*** 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.

Ну и пересобрать ядро собственно с пропатченным драйвером

Tags: , , ,