diff options
Diffstat (limited to 'static/freebsd/man4/runfw.4 4.html')
| -rw-r--r-- | static/freebsd/man4/runfw.4 4.html | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/static/freebsd/man4/runfw.4 4.html b/static/freebsd/man4/runfw.4 4.html new file mode 100644 index 00000000..b8d7d2e2 --- /dev/null +++ b/static/freebsd/man4/runfw.4 4.html @@ -0,0 +1,45 @@ +<table class="head"> + <tr> + <td class="head-ltitle">RUNFW(4)</td> + <td class="head-vol">Device Drivers Manual</td> + <td class="head-rtitle">RUNFW(4)</td> + </tr> +</table> +<div class="manual-text"> +<section class="Sh"> +<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1> +<p class="Pp"><code class="Nm">runfw</code> — <span class="Nd">Firmware + Module for Ralink driver</span></p> +</section> +<section class="Sh"> +<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1> +<p class="Pp">To compile this module into the kernel, place the following line + in your kernel configuration file:</p> +<div class="Bd Pp Bd-indent"><code class="Cd">device runfw</code></div> +<p class="Pp">This will include two firmware images, RT2870 and RT3071, inside + the kernel. <a class="Xr">run(4)</a> will load the appropriate image into + the chip.</p> +<p class="Pp">Alternatively, to load the firmware images as a module at boot + time, place the following line in <a class="Xr">loader.conf(5)</a>:</p> +<div class="Bd Pp Bd-indent Li"> +<pre>runfw_load="YES"</pre> +</div> +</section> +<section class="Sh"> +<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1> +<p class="Pp">This module provides firmware sets for the Ralink RT2700U, + RT2800U, RT3000U and RT3900E chip based USB WiFi adapters. Please read + Ralink's license, src/sys/contrib/dev/run/LICENSE.</p> +</section> +<section class="Sh"> +<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE + ALSO</a></h1> +<p class="Pp"><a class="Xr">run(4)</a>, <a class="Xr">firmware(9)</a></p> +</section> +</div> +<table class="foot"> + <tr> + <td class="foot-date">November 11, 2013</td> + <td class="foot-os">FreeBSD 15.0</td> + </tr> +</table> |
