History log of /openbsd-current/sys/dev/microcode/rum/microcode.h
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.6 19-May-2014 stsp

Update run(4) firmware to version 0.33, with permission from Dennis Lee
of Mediatek to keep using the free firmware licence we've been using.
Tested by myself, rapha@, Fred Crowson, Dinar Talypov, gerhard@, matthieu@.


Revision tags: OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE OPENBSD_5_5_BASE
# 1.5 07-Feb-2010 damien

update firmware for rt2870 and >=rt3071
required for future changes


Revision tags: OPENBSD_4_6_BASE
# 1.4 15-May-2009 damien

update run(4) microcode.
split it into two separate files while i'm at it since there are
actually two different firmwares (one for RT2870/RT3070 and one
for >=RT3071).


Revision tags: OPENBSD_4_5_BASE
# 1.3 03-Jan-2009 jsg

Update to the latest version of the RT2870/RT3070 firmware.
Thanks to Paul Lin at Ralink for consenting for us to use
this under the same license we were using for an earlier version.


Revision tags: OPENBSD_4_4_BASE
# 1.2 29-Jun-2008 jsg

Add RT2870 firmware with the same license as the rest of
the Ralink firmware files.

Discussed with Paul Lin at Ralink.


Revision tags: OPENBSD_4_0_BASE OPENBSD_4_1_BASE OPENBSD_4_2_BASE OPENBSD_4_3_BASE
# 1.1 17-Aug-2006 damien

Separate rum(4) firmware from ral(4) ones.

ral(4) firmwares are built on PCI-capable architectures only while rum(4)
firmware is built on USB-capable architectures only.
Rename ral-rt2573 into rum-rt2573 and build rum-rt2573 on the zaurus too
(pointed out by Patrick Heim).

ok deraadt@