diff options
Diffstat (limited to 'static/freebsd/man4/ipwfw.4 4.html')
| -rw-r--r-- | static/freebsd/man4/ipwfw.4 4.html | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/static/freebsd/man4/ipwfw.4 4.html b/static/freebsd/man4/ipwfw.4 4.html new file mode 100644 index 00000000..48325d36 --- /dev/null +++ b/static/freebsd/man4/ipwfw.4 4.html @@ -0,0 +1,66 @@ +<table class="head"> + <tr> + <td class="head-ltitle">IPWFW(4)</td> + <td class="head-vol">Device Drivers Manual</td> + <td class="head-rtitle">IPWFW(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">ipwfw</code> — <span class="Nd">Firmware + Module for Intel PRO/Wireless 2100 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 ipwfw</code></div> +<p class="Pp">This will include three firmware images inside the kernel. If you + want to pick only the firmware image for the mode you want to operate your + network adapter in choose one of the following:</p> +<div class="Bd Pp Bd-indent"><code class="Cd">device ipwbssfw</code> +<br/> +<code class="Cd">device ipwibssfw</code> +<br/> +<code class="Cd">device ipwmonitorfw</code></div> +<p class="Pp">Alternatively, to load the driver as a module at boot time, place + the following lines in <a class="Xr">loader.conf(5)</a>:</p> +<div class="Bd Pp Bd-indent Li"> +<pre>ipw_bss_load="YES" +ipw_ibss_load="YES" +ipw_monitor_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 access to firmware sets for the Intel + PRO/Wireless 2100 series of IEEE 802.11 adapters. It may be statically + linked into the kernel, or loaded as a module.</p> +<p class="Pp">For the loaded firmware to be enabled for use the license at + <span class="Pa">/usr/share/doc/legal/intel_ipw.LICENSE</span> must be + agreed to by adding the following line to + <a class="Xr">loader.conf(5)</a>:</p> +<p class="Pp"></p> +<div class="Bd + Bd-indent"><code class="Li">legal.intel_ipw.license_ack=1</code></div> +</section> +<section class="Sh"> +<h1 class="Sh" id="FILES"><a class="permalink" href="#FILES">FILES</a></h1> +<dl class="Bl-tag Bl-compact"> + <dt><span class="Pa">/usr/share/doc/legal/intel_ipw.LICENSE</span></dt> + <dd><code class="Nm">ipwfw</code> firmware license</dd> +</dl> +</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">ipw(4)</a>, <a class="Xr">firmware(9)</a></p> +</section> +</div> +<table class="foot"> + <tr> + <td class="foot-date">October 15, 2015</td> + <td class="foot-os">FreeBSD 15.0</td> + </tr> +</table> |
