History log of /openbsd/sys/dev/microcode/ral/build.c (Results 1 – 5 of 5)
Revision Date Author Comments
# 44df374b 02-Oct-2018 kevlo <kevlo@openbsd.org>

Add support for RT3290 chipset by James Hastings.

Tested by me and James Hastings.


# f008db49 06-Mar-2008 deraadt <deraadt@openbsd.org>

New license from Paul Lin at Ralink; same terms, but now also
including the firmware for the rt2860!


# fc0d81f2 17-Aug-2006 damien <damien@openbsd.org>

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-r

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@

show more ...


# a46a76ff 16-Jun-2006 niallo <niallo@openbsd.org>

- add rt2573 microcode. mostly from jolan@.


# 189ff541 09-Jan-2006 damien <damien@openbsd.org>

- add preliminary support for Ralink Technology RT2561, RT2561S and RT2661
chipsets in ral(4).
- restructure the code a bit; split ic/ral.c into ic/rt2560.c and ic/rt2661.c
- import the 8051 microc

- add preliminary support for Ralink Technology RT2561, RT2561S and RT2661
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.

show more ...