]> CyberLeo.Net >> Repos - FreeBSD/releng/8.2.git/blob - share/man/man4/runfw.4
MFC r203134,r207990,r217289,r203135
[FreeBSD/releng/8.2.git] / share / man / man4 / runfw.4
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 .\" $FreeBSD$
20 .\"
21 .Dd January 12, 2011
22 .Dt RUNFW 4
23 .Os
24 .Sh NAME
25 .Nm runfw
26 .Nd "Firmware Module for Ralink driver"
27 .Sh SYNOPSIS
28 To compile this module into the kernel, place the following line in your
29 kernel configuration file:
30 .Bd -ragged -offset indent
31 .Cd "device runfw"
32 .Ed
33 .Pp
34 This will include two firmware images, RT2870 and RT3071, inside the kernel.
35 .Xr run 4 
36 will load the appropriate image into the chip.
37 .Pp
38 Alternatively, to load the firmware images as a module at boot time, place
39 the following line in
40 .Xr loader.conf 5 :
41 .Bd -literal -offset indent
42 runfw_load="YES"
43 .Ed
44 .Sh DESCRIPTION
45 This module provides firmware sets for the Ralink RT2700U,
46 RT2800U and RT3000U chip based USB WiFi adapters.
47 Please read Ralink's license, src/sys/contrib/dev/run/LICENSE.
48 .Sh SEE ALSO
49 .Xr run 4 ,
50 .Xr firmware 9