Hi, The git firmware reposititory contains the latest and greatest bnx2x broadcom 10 GBit nic drivers http://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git;a=summary and the latest driver sources request version 7.0.2[39] but the firmware binary is missing in the kernel release http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=tree;f=firmware/bnx2x;hb=HEAD suggested fix: replace binaries in firmware/bnx2x/* with the version requested in drivers/net/ethernet/broadcom/bnx2x/bnx2x_hsi.h 2702 #define BCM_5710_FW_MAJOR_VERSION 7 2703 #define BCM_5710_FW_MINOR_VERSION 0 2704 #define BCM_5710_FW_REVISION_VERSION 29 2705 #define BCM_5710_FW_ENGINEERING_VERSION 0 Is any more information needed ? ... as usual, I'm missing the point, I'm totally oldschool and I'm using outdated code 8-) thanks, Peter Marquardt