the 3945 firmware license does not require acknowledging the EULA,
remove the sysctl ack requirement Pointed out by: Joerg Sonnenberger Reviewed by: thompsa Approved by: core
This commit is contained in:
parent
95c9e7cdf3
commit
964dbca2f3
@ -26,7 +26,7 @@
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd Apri 13, 2008
|
||||
.Dd October 5, 2008
|
||||
.Os
|
||||
.Dt WPI 4
|
||||
.Sh NAME
|
||||
@ -51,13 +51,6 @@ module at boot time, place the following line in
|
||||
.Bd -literal -offset indent
|
||||
if_wpi_load="YES"
|
||||
.Ed
|
||||
.Pp
|
||||
In both cases, place the following line in
|
||||
.Xr loader.conf 5
|
||||
to acknowledge the firmware license (see below):
|
||||
.Bd -literal -offset indent
|
||||
legal.intel_wpi.license_ack=1
|
||||
.Ed
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm
|
||||
@ -78,12 +71,6 @@ For more information on configuring this device, see
|
||||
This driver requires the firmware built with the
|
||||
.Nm wpifw
|
||||
module to work.
|
||||
For the loaded firmware to be enabled for use the license at
|
||||
.Pa /usr/share/doc/legal/intel_iwi/LICENSE
|
||||
must be agreed by adding the following line to
|
||||
.Xr loader.conf 5 :
|
||||
.Pp
|
||||
.Dl "legal.intel_wpi.license_ack=1"
|
||||
.Sh FILES
|
||||
.Bl -tag -width ".Pa /usr/share/doc/legal/intel_wpi/LICENSE" -compact
|
||||
.It Pa /usr/share/doc/legal/intel_wpi/LICENSE
|
||||
@ -122,9 +109,7 @@ The driver failed to load the firmware image using the
|
||||
subsystem.
|
||||
Verify the
|
||||
.Xr wpifw
|
||||
firmware module is installed and the license agreement
|
||||
.Xr loader 8
|
||||
tunable has been set.
|
||||
firmware module is installed.
|
||||
.It "wpi%d: fatal firmware error"
|
||||
An unknown error has occurred in the uploaded firmware, you may have to
|
||||
unload/reload the driver to continue.
|
||||
|
@ -4,7 +4,6 @@
|
||||
|
||||
KMOD= wpifw
|
||||
FIRMWS= iwlwifi-3945-2.14.4.fw:wpifw:2144
|
||||
FIRMWARE_LICENSE= intel_wpi
|
||||
|
||||
CLEANFILES= iwlwifi-3945-2.14.4.fw
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user