summaryrefslogtreecommitdiffstats
path: root/sys/dev/microcode/rum/microcode.h
AgeCommit message (Collapse)AuthorFilesLines
2014-05-19Update run(4) firmware to version 0.33, with permission from Dennis Leestsp1-689/+689
of Mediatek to keep using the free firmware licence we've been using. Tested by myself, rapha@, Fred Crowson, Dinar Talypov, gerhard@, matthieu@.
2010-02-07update firmware for rt2870 and >=rt3071damien1-446/+446
required for future changes
2009-05-15update run(4) microcode.damien1-387/+392
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).
2009-01-03Update to the latest version of the RT2870/RT3070 firmware.jsg1-140/+512
Thanks to Paul Lin at Ralink for consenting for us to use this under the same license we were using for an earlier version.
2008-06-29Add RT2870 firmware with the same license as the rest ofjsg1-2/+378
the Ralink firmware files. Discussed with Paul Lin at Ralink.
2006-08-17Separate rum(4) firmware from ral(4) ones.damien1-0/+213
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@