diff options
author | Michael Chan <mchan@broadcom.com> | 2009-04-04 19:51:14 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-04-04 19:51:14 -0400 |
commit | 57579f7629a3d46c307405fbd2ea6bdb650d692f (patch) | |
tree | c407da542bfa50989bfc4f41daf7c1a181207d93 /firmware/WHENCE | |
parent | 5d4d9e8ad6c646c4811bf0049df761dee6affc3d (diff) |
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>
Diffstat (limited to 'firmware/WHENCE')
-rw-r--r-- | firmware/WHENCE | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/firmware/WHENCE b/firmware/WHENCE index 1b340c11ef0d..f3d015115034 100644 --- a/firmware/WHENCE +++ b/firmware/WHENCE | |||
@@ -553,3 +553,23 @@ Licence: Unknown | |||
553 | Found in hex form in kernel source. | 553 | Found in hex form in kernel source. |
554 | 554 | ||
555 | -------------------------------------------------------------------------- | 555 | -------------------------------------------------------------------------- |
556 | |||
557 | Driver: BNX2 - Broadcom NetXtremeII | ||
558 | |||
559 | File: bnx2/bnx2-mips-06-4.6.16.fw | ||
560 | File: bnx2/bnx2-rv2p-06-4.6.16.fw | ||
561 | File: bnx2/bnx2-mips-09-4.6.17.fw | ||
562 | File: bnx2/bnx2-rv2p-09-4.6.15.fw | ||
563 | |||
564 | Licence: | ||
565 | |||
566 | This file contains firmware data derived from proprietary unpublished | ||
567 | source code, Copyright (c) 2004 - 2009 Broadcom Corporation. | ||
568 | |||
569 | Permission is hereby granted for the distribution of this firmware data | ||
570 | in hexadecimal or equivalent format, provided this copyright notice is | ||
571 | accompanying it. | ||
572 | |||
573 | Found in hex form in kernel source. | ||
574 | |||
575 | -------------------------------------------------------------------------- | ||