summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--share/man/man4/wpi.419
-rw-r--r--sys/modules/wpifw/Makefile1
2 files changed, 2 insertions, 18 deletions
diff --git a/share/man/man4/wpi.4 b/share/man/man4/wpi.4
index 1f9b2f58..4a827b3 100644
--- a/share/man/man4/wpi.4
+++ b/share/man/man4/wpi.4
@@ -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.
diff --git a/sys/modules/wpifw/Makefile b/sys/modules/wpifw/Makefile
index 77fc98d..aae1972 100644
--- a/sys/modules/wpifw/Makefile
+++ b/sys/modules/wpifw/Makefile
@@ -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
OpenPOWER on IntegriCloud