1.\" Copyright (c) 2010 Akinori Furukoshi <moonlightakkiy@yahoo.ca> 2.\" Copyright (c) 2010 Warren Block <wblock@wonkity.com> 3.\" 4.\" Permission to use, copy, modify, and distribute this software for any 5.\" purpose with or without fee is hereby granted, provided that the above 6.\" copyright notice and this permission notice appear in all copies. 7.\" 8.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 9.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 10.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 11.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 12.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 13.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 14.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 15.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 16.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 17.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 18.\" 19.Dd November 11, 2013 20.Dt RUNFW 4 21.Os 22.Sh NAME 23.Nm runfw 24.Nd "Firmware Module for Ralink driver" 25.Sh SYNOPSIS 26To compile this module into the kernel, place the following line in your 27kernel configuration file: 28.Bd -ragged -offset indent 29.Cd "device runfw" 30.Ed 31.Pp 32This will include two firmware images, RT2870 and RT3071, inside the kernel. 33.Xr run 4 34will load the appropriate image into the chip. 35.Pp 36Alternatively, to load the firmware images as a module at boot time, place 37the following line in 38.Xr loader.conf 5 : 39.Bd -literal -offset indent 40runfw_load="YES" 41.Ed 42.Sh DESCRIPTION 43This module provides firmware sets for the Ralink RT2700U, 44RT2800U, RT3000U and RT3900E chip based USB WiFi adapters. 45Please read Ralink's license, src/sys/contrib/dev/run/LICENSE. 46.Sh SEE ALSO 47.Xr run 4 , 48.Xr firmware 9 49