summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorbrueffer <brueffer@FreeBSD.org>2014-02-16 11:11:41 +0000
committerbrueffer <brueffer@FreeBSD.org>2014-02-16 11:11:41 +0000
commit3d4647ec06d1cdb018bcbd575b4311f5790a7abe (patch)
treed5b3375118ee3f0ec82270bfc3190c026fe81d21 /share
parentbf6fcd38ee71844b80098f63fb40e5e93a4c24c9 (diff)
downloadFreeBSD-src-3d4647ec06d1cdb018bcbd575b4311f5790a7abe.zip
FreeBSD-src-3d4647ec06d1cdb018bcbd575b4311f5790a7abe.tar.gz
MFC: r261702
Update and sort the list of iwn(4) firmware.
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/iwn.410
-rw-r--r--share/man/man4/iwnfw.412
2 files changed, 15 insertions, 7 deletions
diff --git a/share/man/man4/iwn.4 b/share/man/man4/iwn.4
index 006f7f6..38e0d96 100644
--- a/share/man/man4/iwn.4
+++ b/share/man/man4/iwn.4
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd March 19, 2013
+.Dd February 9, 2014
.Dt IWN 4
.Os
.Sh NAME
@@ -45,8 +45,10 @@ kernel configuration file:
You also need to select a firmware for your device.
Choose one from:
.Bd -ragged -offset indent
-.Cd "device iwn4965fw"
.Cd "device iwn1000fw"
+.Cd "device iwn2000fw"
+.Cd "device iwn2030fw"
+.Cd "device iwn4965fw"
.Cd "device iwn5000fw"
.Cd "device iwn5150fw"
.Cd "device iwn6000fw"
@@ -67,8 +69,10 @@ module at boot time, place the following lines in
.Xr loader.conf 5 :
.Bd -literal -offset indent
if_iwn_load="YES"
-iwn4965fw_load="YES"
iwn1000fw_load="YES"
+iwn2000fw_load="YES"
+iwn2030fw_load="YES"
+iwn4965fw_load="YES"
iwn5000fw_load="YES"
iwn5150fw_load="YES"
iwn6000fw_load="YES"
diff --git a/share/man/man4/iwnfw.4 b/share/man/man4/iwnfw.4
index 681d728..7af2bb2 100644
--- a/share/man/man4/iwnfw.4
+++ b/share/man/man4/iwnfw.4
@@ -22,7 +22,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd April 20, 2011
+.Dd February 9, 2014
.Dt IWNFW 4
.Os
.Sh NAME
@@ -40,8 +40,10 @@ This will include three firmware images inside the kernel.
If you want to pick only the firmware image for your network adapter choose one
of the following:
.Bd -ragged -offset indent
-.Cd "device iwn4965fw"
.Cd "device iwn1000fw"
+.Cd "device iwn2000fw"
+.Cd "device iwn2030fw"
+.Cd "device iwn4965fw"
.Cd "device iwn5000fw"
.Cd "device iwn5150fw"
.Cd "device iwn6000fw"
@@ -54,8 +56,10 @@ Alternatively, to load the driver as a
module at boot time, place the following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
-iwn4965fw_load="YES"
iwn1000fw_load="YES"
+iwn2000fw_load="YES"
+iwn2030fw_load="YES"
+iwn4965fw_load="YES"
iwn5000fw_load="YES"
iwn5150fw_load="YES"
iwn6000fw_load="YES"
@@ -65,7 +69,7 @@ iwn6050fw_load="YES"
.Ed
.Sh DESCRIPTION
This module provides access to firmware sets for the
-Intel Wireless WiFi Link 4965, 1000, 5000 and 6000 series of
+Intel Wireless WiFi Link 1000, 2000, 2030, 4965, 5000 and 6000 series of
IEEE 802.11n adapters.
It may be
statically linked into the kernel, or loaded as a module.
OpenPOWER on IntegriCloud