summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorgavin <gavin@FreeBSD.org>2014-08-14 19:14:24 +0000
committergavin <gavin@FreeBSD.org>2014-08-14 19:14:24 +0000
commit8c2f34222ec179ad0575a3bd69f474e7d86ddae8 (patch)
tree6046dbe07cf37cce4f27be8ced0a09b5a9d37913 /share
parent7d0b5718956679c50bf82a41ad00f91d30630b2a (diff)
downloadFreeBSD-src-8c2f34222ec179ad0575a3bd69f474e7d86ddae8.zip
FreeBSD-src-8c2f34222ec179ad0575a3bd69f474e7d86ddae8.tar.gz
Update iwn(4) and iwnfw(4) man pages to reflect all available firmware.
MFC after: 1 week
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/iwn.46
-rw-r--r--share/man/man4/iwnfw.412
2 files changed, 14 insertions, 4 deletions
diff --git a/share/man/man4/iwn.4 b/share/man/man4/iwn.4
index 0a824e7..2b13ac9 100644
--- a/share/man/man4/iwn.4
+++ b/share/man/man4/iwn.4
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd May 28, 2014
+.Dd August 14, 2014
.Dt IWN 4
.Os
.Sh NAME
@@ -46,6 +46,8 @@ You also need to select a firmware for your device.
Choose one from:
.Bd -ragged -offset indent
.Cd "device iwn1000fw"
+.Cd "device iwn105fw"
+.Cd "device iwn135fw"
.Cd "device iwn2000fw"
.Cd "device iwn2030fw"
.Cd "device iwn4965fw"
@@ -70,6 +72,8 @@ module at boot time, place the following lines in
.Bd -literal -offset indent
if_iwn_load="YES"
iwn1000fw_load="YES"
+iwn105fw_load="YES"
+iwn135fw_load="YES"
iwn2000fw_load="YES"
iwn2030fw_load="YES"
iwn4965fw_load="YES"
diff --git a/share/man/man4/iwnfw.4 b/share/man/man4/iwnfw.4
index 7af2bb2..f72c058 100644
--- a/share/man/man4/iwnfw.4
+++ b/share/man/man4/iwnfw.4
@@ -22,7 +22,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd February 9, 2014
+.Dd August 14, 2014
.Dt IWNFW 4
.Os
.Sh NAME
@@ -36,11 +36,15 @@ kernel configuration file:
.Cd "device iwnfw"
.Ed
.Pp
-This will include three firmware images inside the kernel.
+This will include firmware images for all
+.Xr iwn 4
+devices 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 iwn1000fw"
+.Cd "device iwn105fw"
+.Cd "device iwn135fw"
.Cd "device iwn2000fw"
.Cd "device iwn2030fw"
.Cd "device iwn4965fw"
@@ -57,6 +61,8 @@ module at boot time, place the following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
iwn1000fw_load="YES"
+iwn105fw_load="YES"
+iwn135fw_load="YES"
iwn2000fw_load="YES"
iwn2030fw_load="YES"
iwn4965fw_load="YES"
@@ -69,7 +75,7 @@ iwn6050fw_load="YES"
.Ed
.Sh DESCRIPTION
This module provides access to firmware sets for the
-Intel Wireless WiFi Link 1000, 2000, 2030, 4965, 5000 and 6000 series of
+Intel Wireless WiFi Link 105, 135, 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