Comment 1 for bug 494052

Revision history for this message
Andy Whitcroft (apw) wrote :

It is possible the commit below is the trigger for this:

  commit 078b0735881c7969aaf21469f3577831cddd9f8c
  Author: Michael Chan <email address hidden>
  Date: Sat Aug 29 00:02:46 2009 -0700

    bnx2: Update firmware to 5.0.0.j3.

it seems to change the firmware files required:

  -#define FW_MIPS_FILE_06 "bnx2/bnx2-mips-06-4.6.16.fw"
  -#define FW_RV2P_FILE_06 "bnx2/bnx2-rv2p-06-4.6.16.fw"
  -#define FW_MIPS_FILE_09 "bnx2/bnx2-mips-09-4.6.17.fw"
  -#define FW_RV2P_FILE_09 "bnx2/bnx2-rv2p-09-4.6.15.fw"
  +#define FW_MIPS_FILE_06 "bnx2/bnx2-mips-06-5.0.0.j3.fw"
  +#define FW_RV2P_FILE_06 "bnx2/bnx2-rv2p-06-5.0.0.j3.fw"
  +#define FW_MIPS_FILE_09 "bnx2/bnx2-mips-09-5.0.0.j3.fw"
  +#define FW_RV2P_FILE_09_Ax "bnx2/bnx2-rv2p-09ax-5.0.0.j3.fw"
  +#define FW_RV2P_FILE_09 "bnx2/bnx2-rv2p-09-5.0.0.j3.fw"