svn commit: r333221 - head/share/man/man4
Kyle Evans
kevans at FreeBSD.org
Thu May 3 18:20:36 UTC 2018
Author: kevans
Date: Thu May 3 18:20:35 2018
New Revision: 333221
URL: https://svnweb.freebsd.org/changeset/base/333221
Log:
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
Modified:
head/share/man/man4/rsu.4
head/share/man/man4/rsufw.4
Modified: head/share/man/man4/rsu.4
==============================================================================
--- head/share/man/man4/rsu.4 Thu May 3 17:52:40 2018 (r333220)
+++ head/share/man/man4/rsu.4 Thu May 3 18:20:35 2018 (r333221)
@@ -15,7 +15,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd December 10, 2016
+.Dd April 4, 2018
.Dt RSU 4
.Os
.Sh NAME
@@ -30,22 +30,15 @@ place the following lines in your kernel configuration
.Cd "device ohci"
.Cd "device usb"
.Cd "device rsu"
+.Cd "device rsufw"
.Cd "device wlan"
.Ed
.Pp
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 :
.Bd -literal -offset indent
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"
.Ed
.Sh DESCRIPTION
@@ -102,6 +95,12 @@ The
driver can be configured at runtime with
.Xr ifconfig 8 .
.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,
which is loaded when an interface is attached:
.Pp
Modified: head/share/man/man4/rsufw.4
==============================================================================
--- head/share/man/man4/rsufw.4 Thu May 3 17:52:40 2018 (r333220)
+++ head/share/man/man4/rsufw.4 Thu May 3 18:20:35 2018 (r333221)
@@ -13,7 +13,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd July 21, 2013
+.Dd April 4, 2018
.Dt RSUFW 4
.Os
.Sh NAME
@@ -40,7 +40,7 @@ rsu-rtl8712fw_load="YES"
This module provides the firmware for the Realtek RTL8188SU and
RTL8192SU chip based USB WiFi adapters.
Please read Realtek's license,
-.Pa /usr/share/license/realtek .
+.Pa /usr/share/doc/legal/realtek.LICENSE .
.Sh SEE ALSO
.Xr rsu 4 ,
.Xr firmware 9
More information about the svn-src-all
mailing list