Skip to content

Commit 57579f7

Browse files
Michael Chandavem330
authored andcommitted
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>
1 parent 5d4d9e8 commit 57579f7

File tree

11 files changed

+12823
-9102
lines changed

11 files changed

+12823
-9102
lines changed

drivers/net/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2234,7 +2234,7 @@ config BNX2
22342234
tristate "Broadcom NetXtremeII support"
22352235
depends on PCI
22362236
select CRC32
2237-
select ZLIB_INFLATE
2237+
select FW_LOADER
22382238
help
22392239
This driver supports Broadcom NetXtremeII gigabit Ethernet cards.
22402240

0 commit comments

Comments
 (0)