History log of /openbsd/sys/dev/microcode/bnx/bnxfw.h (Results 1 – 6 of 6)
Revision Date Author Comments
# 3d6dac32 29-Dec-2016 krw <krw@openbsd.org>

Eliminate 68 unused static variables that gcc complains about.

ok deraadt@


# 93cf1f28 17-May-2011 jsg <jsg@openbsd.org>

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@


# 3f6a8c87 21-Jul-2010 todd <todd@openbsd.org>

remove gratuitous carriage return that snuck in
ok dlg@


# 687ac9e0 03-Jul-2009 dlg <dlg@openbsd.org>

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 th

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@

show more ...


# 0f042dfa 10-Aug-2006 brad <brad@openbsd.org>

remove typedef's.


# 66d6fc3c 26-Jun-2006 brad <brad@openbsd.org>

relocate the firmware per Theo's request.