summaryrefslogtreecommitdiffstats
path: root/sys/dev/microcode/ral/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add support for RT3290 chipset by James Hastings.kevlo2018-10-021-2/+2
| | | | Tested by me and James Hastings.
* armish handled some early-gen arm machines, which required tons ofderaadt2016-08-101-2/+2
| | | | | workarounds. Some of them will soon stand in the way of armv7. Off to the attic you go.
* Build firmware for USB devices on octeon.visa2016-07-101-2/+3
| | | | ok deraadt@
* remove hppa64 port, which we never got going beyond broken single users.deraadt2016-05-111-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
* Build ral firmware on loongson (for Gdium).miod2010-02-091-6/+6
|
* New license from Paul Lin at Ralink; same terms, but now alsoderaadt2008-03-061-2/+2
| | | | including the firmware for the rt2860!
* cats went awayderaadt2007-08-011-4/+4
|
* Allow usb microcode to be built in a cross environment. System endian has beendrahn2007-04-051-1/+2
| | | | | factored out of the result binaries already. Still need to address non usb. ok deraadt.
* Separate rum(4) firmware from ral(4) ones.damien2006-08-171-2/+2
| | | | | | | | | 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@
* - add rt2573 microcode. mostly from jolan@.niallo2006-06-161-2/+2
|
* System build pieces for armish arch.drahn2006-06-061-6/+6
|
* - add preliminary support for Ralink Technology RT2561, RT2561S and RT2661damien2006-01-091-0/+34
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.