xref: /freebsd/share/man/man4/runfw.4 (revision fa9896e082a1046ff4fbc75fcba4d18d1f2efc19)
102d09fbbSAndrew Thompson.\" Copyright (c) 2010 Akinori Furukoshi <moonlightakkiy@yahoo.ca>
202d09fbbSAndrew Thompson.\" Copyright (c) 2010 Warren Block <wblock@wonkity.com>
302d09fbbSAndrew Thompson.\"
402d09fbbSAndrew Thompson.\" Permission to use, copy, modify, and distribute this software for any
502d09fbbSAndrew Thompson.\" purpose with or without fee is hereby granted, provided that the above
602d09fbbSAndrew Thompson.\" copyright notice and this permission notice appear in all copies.
702d09fbbSAndrew Thompson.\"
802d09fbbSAndrew Thompson.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
902d09fbbSAndrew Thompson.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
1002d09fbbSAndrew Thompson.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
1102d09fbbSAndrew Thompson.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
1202d09fbbSAndrew Thompson.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
1302d09fbbSAndrew Thompson.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1402d09fbbSAndrew Thompson.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1502d09fbbSAndrew Thompson.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1602d09fbbSAndrew Thompson.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
1702d09fbbSAndrew Thompson.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1802d09fbbSAndrew Thompson.\"
19*bd4c283dSKevin Lo.Dd November 11, 2013
2002d09fbbSAndrew Thompson.Dt RUNFW 4
2102d09fbbSAndrew Thompson.Os
2202d09fbbSAndrew Thompson.Sh NAME
2302d09fbbSAndrew Thompson.Nm runfw
2402d09fbbSAndrew Thompson.Nd "Firmware Module for Ralink driver"
2502d09fbbSAndrew Thompson.Sh SYNOPSIS
2602d09fbbSAndrew ThompsonTo compile this module into the kernel, place the following line in your
2702d09fbbSAndrew Thompsonkernel configuration file:
2802d09fbbSAndrew Thompson.Bd -ragged -offset indent
2902d09fbbSAndrew Thompson.Cd "device runfw"
3002d09fbbSAndrew Thompson.Ed
3102d09fbbSAndrew Thompson.Pp
3202d09fbbSAndrew ThompsonThis will include two firmware images, RT2870 and RT3071, inside the kernel.
3302d09fbbSAndrew Thompson.Xr run 4
3402d09fbbSAndrew Thompsonwill load the appropriate image into the chip.
3502d09fbbSAndrew Thompson.Pp
3602d09fbbSAndrew ThompsonAlternatively, to load the firmware images as a module at boot time, place
3702d09fbbSAndrew Thompsonthe following line in
3802d09fbbSAndrew Thompson.Xr loader.conf 5 :
3902d09fbbSAndrew Thompson.Bd -literal -offset indent
4002d09fbbSAndrew Thompsonrunfw_load="YES"
4102d09fbbSAndrew Thompson.Ed
4202d09fbbSAndrew Thompson.Sh DESCRIPTION
4302d09fbbSAndrew ThompsonThis module provides firmware sets for the Ralink RT2700U,
44*bd4c283dSKevin LoRT2800U, RT3000U and RT3900E chip based USB WiFi adapters.
4502d09fbbSAndrew ThompsonPlease read Ralink's license, src/sys/contrib/dev/run/LICENSE.
4602d09fbbSAndrew Thompson.Sh SEE ALSO
4702d09fbbSAndrew Thompson.Xr run 4 ,
4802d09fbbSAndrew Thompson.Xr firmware 9
49