summaryrefslogtreecommitdiffstats
path: root/sys/dev/microcode/rum/rum-license
AgeCommit message (Collapse)AuthorFilesLines
2010-02-07update firmware for rt2870 and >=rt3071damien1-1/+1
required for future changes
2009-05-15update run(4) microcode.damien1-2/+2
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).
2008-06-29Add RT2870 firmware with the same license as the rest ofjsg1-2/+2
the Ralink firmware files. Discussed with Paul Lin at Ralink.
2006-08-17Separate rum(4) firmware from ral(4) ones.damien1-0/+18
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@