summaryrefslogtreecommitdiffstats
path: root/share/man/man4/iwnfw.4
diff options
context:
space:
mode:
authorbrucec <brucec@FreeBSD.org>2010-02-08 21:38:42 +0000
committerbrucec <brucec@FreeBSD.org>2010-02-08 21:38:42 +0000
commit36b8524222887d0327b10d231d5836230dfa811f (patch)
tree31e264026c7894a723229ba09ec5186c0502dc5b /share/man/man4/iwnfw.4
parentc7e97907cff338db0bdd8bdb1cd82e60c6e52506 (diff)
downloadFreeBSD-src-36b8524222887d0327b10d231d5836230dfa811f.zip
FreeBSD-src-36b8524222887d0327b10d231d5836230dfa811f.tar.gz
Update documentation for the iwn and iwnfw drivers: they support the 1000, 5150, 6000 and 6050 devices too, with firmware modules for the 4965, 1000, 5000, 5150 and 6000.
Add documentation for mwl and all the wireless firmware drivers. Approved by: rrs (mentor)
Diffstat (limited to 'share/man/man4/iwnfw.4')
-rw-r--r--share/man/man4/iwnfw.413
1 files changed, 9 insertions, 4 deletions
diff --git a/share/man/man4/iwnfw.4 b/share/man/man4/iwnfw.4
index 700d20a..b0450c6 100644
--- a/share/man/man4/iwnfw.4
+++ b/share/man/man4/iwnfw.4
@@ -22,7 +22,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd October 25, 2009
+.Dd February 7, 2010
.Dt IWNFW 4
.Os
.Sh NAME
@@ -41,8 +41,10 @@ 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 iwn5000fw"
-.Cd "device iwn5100fw"
+.Cd "device iwn5150fw"
+.Cd "device iwn6000fw"
.Ed
.Pp
Alternatively, to load the driver as a
@@ -50,12 +52,15 @@ module at boot time, place the following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
iwn4965fw_load="YES"
+iwn1000fw_load="YES"
iwn5000fw_load="YES"
-iwn5100fw_load="YES"
+iwn5150fw_load="YES"
+iwn6000fw_load="YES"
.Ed
.Sh DESCRIPTION
This module provides access to firmware sets for the
-Intel Wireless WiFi Link 4965 and 5000 series of IEEE 802.11n adapters.
+Intel Wireless WiFi Link 4965, 1000, 5000 and 6000 series of
+IEEE 802.11n adapters.
It may be
statically linked into the kernel, or loaded as a module.
.Sh SEE ALSO
OpenPOWER on IntegriCloud