rtwnfw(4): refresh this manpage too (add rtwn-rtl8188eefw module).

MFC after:	3 days
This commit is contained in:
Andriy Voskoboinyk 2019-01-03 03:27:37 +00:00
parent 85f3b801e9
commit d42e525cbc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=342714

View File

@ -23,7 +23,7 @@
.\" .\"
.\" $FreeBSD$ .\" $FreeBSD$
.\" .\"
.Dd January 24, 2017 .Dd January 3, 2019
.Dt RTWNFW 4 .Dt RTWNFW 4
.Os .Os
.Sh NAME .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 If you want to pick only the firmware image for your network adapter choose one
of the following: of the following:
.Bd -ragged -offset indent .Bd -ragged -offset indent
.Cd "device rtwn-rtl8188eefw"
.Cd "device rtwn-rtl8188eufw" .Cd "device rtwn-rtl8188eufw"
.Cd "device rtwn-rtl8192cfwE_B" .Cd "device rtwn-rtl8192cfwE_B"
.Cd "device rtwn-rtl8192cfwE" .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 module at boot time, place the following line in
.Xr loader.conf 5 : .Xr loader.conf 5 :
.Bd -literal -offset indent .Bd -literal -offset indent
rtwn-rtl8188eefw_load="YES"
rtwn-rtl8188eufw_load="YES" rtwn-rtl8188eufw_load="YES"
rtwn-rtl8192cfwE_B_load="YES" rtwn-rtl8192cfwE_B_load="YES"
rtwn-rtl8192cfwE_load="YES" rtwn-rtl8192cfwE_load="YES"
@ -67,6 +69,8 @@ rtwn-rtl8821aufw_load="YES"
.Sh DESCRIPTION .Sh DESCRIPTION
rtwn-rtl8192cfwE and rtl8192cfwE_B modules provide access rtwn-rtl8192cfwE and rtl8192cfwE_B modules provide access
to firmware sets for the Realtek RTL8188CE chip based PCIe adapters. 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, Other modules provide access to firmware sets for the Realtek RTL8188CUS,
RTL8188CE-VAU, RTL8188EUS, RTL8188RU, RTL8192CU, RTL8192EU, RTL8812AU and RTL8188CE-VAU, RTL8188EUS, RTL8188RU, RTL8192CU, RTL8192EU, RTL8812AU and
RTL8821AU chip based USB WiFi adapters. RTL8821AU chip based USB WiFi adapters.