rsu(4) does not require legal.realtek.license_ack=1

The rsu firmware license check has been disabled since r292756. Changes
rsu(4) since the license ack is no longer required.

While here, add `device rsufw` hint to the kernel configuration lines and
add/update paths to the installed license file in both rsu(4) and rsufw(4).

Submitted by:	Mateusz Piotrowski (0mp)
Reviewed by:	bcr (manpages)
MFC after:	1 month
Differential Revision:	https://reviews.freebsd.org/D14966
This commit is contained in:
Kyle Evans 2018-05-03 18:20:35 +00:00
parent c5ff263d82
commit 2570e7c33f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=333221
2 changed files with 11 additions and 12 deletions

View File

@ -15,7 +15,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\" .\"
.Dd December 10, 2016 .Dd April 4, 2018
.Dt RSU 4 .Dt RSU 4
.Os .Os
.Sh NAME .Sh NAME
@ -30,22 +30,15 @@ place the following lines in your kernel configuration file:
.Cd "device ohci" .Cd "device ohci"
.Cd "device usb" .Cd "device usb"
.Cd "device rsu" .Cd "device rsu"
.Cd "device rsufw"
.Cd "device wlan" .Cd "device wlan"
.Ed .Ed
.Pp .Pp
Alternatively, to load the driver as a module at boot time, Alternatively, to load the driver as a module at boot time,
place the following line in place the following lines in
.Xr loader.conf 5 : .Xr loader.conf 5 :
.Bd -literal -offset indent .Bd -literal -offset indent
if_rsu_load="YES" if_rsu_load="YES"
.Ed
.Pp
After you have read the license in
.Pa /usr/share/doc/legal/realtek.LICENSE
you will want to add the following lines to
.Xr loader.conf 5 :
.Bd -literal -offset indent
legal.realtek.license_ack=1
rsu-rtl8712fw_load="YES" rsu-rtl8712fw_load="YES"
.Ed .Ed
.Sh DESCRIPTION .Sh DESCRIPTION
@ -102,6 +95,12 @@ The
driver can be configured at runtime with driver can be configured at runtime with
.Xr ifconfig 8 . .Xr ifconfig 8 .
.Sh FILES .Sh FILES
.Bl -tag -width ".Pa /usr/share/doc/legal/realtek.LICENSE" -compact
.It Pa /usr/share/doc/legal/realtek.LICENSE
.Nm
firmware license
.El
.Pp
The driver needs at least version 1.2 of the following firmware file, The driver needs at least version 1.2 of the following firmware file,
which is loaded when an interface is attached: which is loaded when an interface is attached:
.Pp .Pp

View File

@ -13,7 +13,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\" .\"
.Dd July 21, 2013 .Dd April 4, 2018
.Dt RSUFW 4 .Dt RSUFW 4
.Os .Os
.Sh NAME .Sh NAME
@ -40,7 +40,7 @@ rsu-rtl8712fw_load="YES"
This module provides the firmware for the Realtek RTL8188SU and This module provides the firmware for the Realtek RTL8188SU and
RTL8192SU chip based USB WiFi adapters. RTL8192SU chip based USB WiFi adapters.
Please read Realtek's license, Please read Realtek's license,
.Pa /usr/share/license/realtek . .Pa /usr/share/doc/legal/realtek.LICENSE .
.Sh SEE ALSO .Sh SEE ALSO
.Xr rsu 4 , .Xr rsu 4 ,
.Xr firmware 9 .Xr firmware 9