bnx2: Use request_firmware()
authorMichael Chan <mchan@broadcom.com>
Sat, 4 Apr 2009 23:51:14 +0000 (16:51 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 4 Apr 2009 23:51:14 +0000 (16:51 -0700)
commit57579f7629a3d46c307405fbd2ea6bdb650d692f
treec407da542bfa50989bfc4f41daf7c1a181207d93
parent5d4d9e8ad6c646c4811bf0049df761dee6affc3d
bnx2: Use request_firmware()

Based on original patch by Ben Hutchings <ben@decadent.org.uk> and
Bastian Blank <waldi@debian.org>, with the following main changes:

Separated the mips firmware and rv2p firmware into different files
to make it easier to update them separately.

Added some code to fixup the rv2p code with run-time information
such as PAGE_SIZE.

Update version to 2.0.0.

Signed-off-by: Michael Chan <mchan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/Kconfig
drivers/net/bnx2.c
drivers/net/bnx2.h
drivers/net/bnx2_fw.h
drivers/net/bnx2_fw2.h [deleted file]
firmware/Makefile
firmware/WHENCE
firmware/bnx2/bnx2-mips-06-4.6.16.fw.ihex [new file with mode: 0644]
firmware/bnx2/bnx2-mips-09-4.6.17.fw.ihex [new file with mode: 0644]
firmware/bnx2/bnx2-rv2p-06-4.6.16.fw.ihex [new file with mode: 0644]
firmware/bnx2/bnx2-rv2p-09-4.6.15.fw.ihex [new file with mode: 0644]