aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorChristian Brueffer <brueffer@FreeBSD.org>2014-08-30 13:47:05 +0000
committerChristian Brueffer <brueffer@FreeBSD.org>2014-08-30 13:47:05 +0000
commitfc1dccd59cd10f1b29e368c6b9bf3909882ae6e7 (patch)
tree9f0ccb459e8706b3cd4645b670415a88e30503df /share
parentcec7c03d34f3854825e82416cb1934176ab0ff02 (diff)
downloadsrc-fc1dccd59cd10f1b29e368c6b9bf3909882ae6e7.tar.gz
src-fc1dccd59cd10f1b29e368c6b9bf3909882ae6e7.zip
Allow the iwn(4) fw 100 to be compiled into the kernel and update the
relevant manpages.
Notes
Notes: svn path=/head/; revision=270842
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/iwn.44
-rw-r--r--share/man/man4/iwnfw.46
2 files changed, 7 insertions, 3 deletions
diff --git a/share/man/man4/iwn.4 b/share/man/man4/iwn.4
index ff65e9fa7bed..b333aacae5fd 100644
--- a/share/man/man4/iwn.4
+++ b/share/man/man4/iwn.4
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd August 14, 2014
+.Dd August 30, 2014
.Dt IWN 4
.Os
.Sh NAME
@@ -46,6 +46,7 @@ You also need to select a firmware for your device.
Choose one from:
.Bd -ragged -offset indent
.Cd "device iwn1000fw"
+.Cd "device iwn100fw"
.Cd "device iwn105fw"
.Cd "device iwn135fw"
.Cd "device iwn2000fw"
@@ -72,6 +73,7 @@ module at boot time, place the following lines in
.Bd -literal -offset indent
if_iwn_load="YES"
iwn1000fw_load="YES"
+iwn100fw_load="YES"
iwn105fw_load="YES"
iwn135fw_load="YES"
iwn2000fw_load="YES"
diff --git a/share/man/man4/iwnfw.4 b/share/man/man4/iwnfw.4
index f72c0584ba93..601ed035c23d 100644
--- a/share/man/man4/iwnfw.4
+++ b/share/man/man4/iwnfw.4
@@ -22,7 +22,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd August 14, 2014
+.Dd August 30, 2014
.Dt IWNFW 4
.Os
.Sh NAME
@@ -43,6 +43,7 @@ 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 iwn100fw"
.Cd "device iwn105fw"
.Cd "device iwn135fw"
.Cd "device iwn2000fw"
@@ -61,6 +62,7 @@ module at boot time, place the following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
iwn1000fw_load="YES"
+iwn100fw_load="YES"
iwn105fw_load="YES"
iwn135fw_load="YES"
iwn2000fw_load="YES"
@@ -75,7 +77,7 @@ iwn6050fw_load="YES"
.Ed
.Sh DESCRIPTION
This module provides access to firmware sets for the
-Intel Wireless WiFi Link 105, 135, 1000, 2000, 2030, 4965, 5000 and 6000 series of
+Intel Wireless WiFi Link 100, 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.