History log of /openbsd-current/sys/dev/microcode/bnx/bnxfw.h
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.6 29-Dec-2016 krw

Eliminate 68 unused static variables that gcc complains about.

ok deraadt@


Revision tags: OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE
# 1.5 17-May-2011 jsg

update bnx firmware to the latest version in FreeBSD:

6.0.15 for BCM5706 and BCM5708
6.0.17 for BCM5709 and BCM5716

Tested on BCM5708 by naddy, BCM5716 by sthen and BCM5709 by myself.

ok deraadt@


Revision tags: OPENBSD_4_8_BASE OPENBSD_4_9_BASE
# 1.4 21-Jul-2010 todd

remove gratuitous carriage return that snuck in
ok dlg@


Revision tags: OPENBSD_4_6_BASE OPENBSD_4_7_BASE
# 1.3 03-Jul-2009 dlg

newer bnx chips use a separate firmware to the "old" ones. this updates
the b06 firmware for the older chips, and adds the b09 firmware. there are
three variants of the rv2p code thats loaded onto the chips, so this has
been split out into separate firmware files as well.

the driver has been updated to handle the split firmwares, and to easily
allow loading of the different versions. this change only supports the
loading of the firmwares for the currently supported chips.

after this change you must build the new firmwares and install them as well
as your new kernel.

"go to it" deraadt@


Revision tags: OPENBSD_4_0_BASE OPENBSD_4_1_BASE OPENBSD_4_2_BASE OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE
# 1.2 10-Aug-2006 brad

remove typedef's.


# 1.1 26-Jun-2006 brad

relocate the firmware per Theo's request.