aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorAndriy Voskoboinyk <avos@FreeBSD.org>2019-01-03 03:27:37 +0000
committerAndriy Voskoboinyk <avos@FreeBSD.org>2019-01-03 03:27:37 +0000
commitd42e525cbc50e683d3969aa16bce1807c1127a91 (patch)
treecaae1e6b6a8ef24e707e088b11b185ff98272d75 /share
parent85f3b801e9da50c40b4f5baa6b2d197a33373a51 (diff)
downloadsrc-d42e525cbc50e683d3969aa16bce1807c1127a91.tar.gz
src-d42e525cbc50e683d3969aa16bce1807c1127a91.zip
rtwnfw(4): refresh this manpage too (add rtwn-rtl8188eefw module).
MFC after: 3 days
Notes
Notes: svn path=/head/; revision=342714
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/rtwnfw.46
1 files changed, 5 insertions, 1 deletions
diff --git a/share/man/man4/rtwnfw.4 b/share/man/man4/rtwnfw.4
index 8f722f7ad9d4..7654eed6ea89 100644
--- a/share/man/man4/rtwnfw.4
+++ b/share/man/man4/rtwnfw.4
@@ -23,7 +23,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd January 24, 2017
+.Dd January 3, 2019
.Dt RTWNFW 4
.Os
.Sh NAME
@@ -41,6 +41,7 @@ This will include all 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 rtwn-rtl8188eefw"
.Cd "device rtwn-rtl8188eufw"
.Cd "device rtwn-rtl8192cfwE_B"
.Cd "device rtwn-rtl8192cfwE"
@@ -55,6 +56,7 @@ Alternatively, to load all firmware images as a
module at boot time, place the following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
+rtwn-rtl8188eefw_load="YES"
rtwn-rtl8188eufw_load="YES"
rtwn-rtl8192cfwE_B_load="YES"
rtwn-rtl8192cfwE_load="YES"
@@ -67,6 +69,8 @@ rtwn-rtl8821aufw_load="YES"
.Sh DESCRIPTION
rtwn-rtl8192cfwE and rtl8192cfwE_B modules provide access
to firmware sets for the Realtek RTL8188CE chip based PCIe adapters.
+rtwn-rtl8188ee module provides access to firmware sets for the
+Realtek RTL8188EE chip based PCIe adapters.
Other modules provide access to firmware sets for the Realtek RTL8188CUS,
RTL8188CE-VAU, RTL8188EUS, RTL8188RU, RTL8192CU, RTL8192EU, RTL8812AU and
RTL8821AU chip based USB WiFi adapters.