summaryrefslogtreecommitdiffstats
path: root/sys/dev/microcode/ral
AgeCommit message (Collapse)AuthorFilesLines
2018-10-02Add support for RT3290 chipset by James Hastings.kevlo3-5/+382
Tested by me and James Hastings.
2016-08-17Update ral(4) firmware for RT2860 family devices.stsp1-348/+348
Required for upcoming RT5390 and RT5392 chipset support. Tested by procter@ on RT2860 and by me on RT2790 and RT3090. Ported from FreeBSD by James Hastings. kevlo confirmed this version of the firmware is still ISC licensed.
2016-08-10armish handled some early-gen arm machines, which required tons ofderaadt1-2/+2
workarounds. Some of them will soon stand in the way of armv7. Off to the attic you go.
2016-07-10Build firmware for USB devices on octeon.visa1-2/+3
ok deraadt@
2016-05-11remove hppa64 port, which we never got going beyond broken single users.deraadt1-2/+2
hppa reverse-stack gives us a valuable test case, but most developers don't have a 2nd one to proceed further with this. ok kettenis
2010-04-05Initial bits for >=RT3090 support.damien1-391/+391
Probably not functionnal yet (but test reports are welcome). Update microcode for RT2860 while I'm here (remember to run make && make install under sys/dev/microcode/ral/).
2010-02-09Build ral firmware on loongson (for Gdium).miod1-6/+6
2008-04-15fix a comment. no binary change.damien1-2/+2
2008-03-06Adjust a date correctly; spotted by jsgderaadt1-2/+2
2008-03-06New license from Paul Lin at Ralink; same terms, but now alsoderaadt4-7/+757
including the firmware for the rt2860!
2007-08-01cats went awayderaadt1-4/+4
2007-04-05Allow usb microcode to be built in a cross environment. System endian has beendrahn1-1/+2
factored out of the result binaries already. Still need to address non usb. ok deraadt.
2006-11-09Clarify what hardware firmware is for.jsg1-0/+2
2006-08-17Separate rum(4) firmware from ral(4) ones.damien4-196/+5
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@
2006-06-16- add rt2573 microcode. mostly from jolan@.niallo4-5/+196
2006-06-06System build pieces for armish arch.drahn1-6/+6
2006-01-10list the files the license applies toderaadt1-0/+4
2006-01-09- add preliminary support for Ralink Technology RT2561, RT2561S and RT2661damien4-0/+2373
chipsets in ral(4). - restructure the code a bit; split ic/ral.c into ic/rt2560.c and ic/rt2661.c - import the 8051 microcode files required by these chipsets. - more to come; there is currently no automatic rate control and some features are untested (hostap and ibss modes for instance). most of the pre-802.11n capabilities of the RT2661 chipset are not supported (like frame aggregation, piggy-back). MIMO should work though the performance/range gain has not been measured.