diff options
author | sam <sam@FreeBSD.org> | 2008-10-07 19:42:56 +0000 |
---|---|---|
committer | sam <sam@FreeBSD.org> | 2008-10-07 19:42:56 +0000 |
commit | 964dbca2f361f99f23fe73f482142c8cdc28f790 (patch) | |
tree | e51cfc12a3209069ea9f2c868548850e7f37b0f4 /share | |
parent | 95c9e7cdf318405d7f5627ba68c71d4285009614 (diff) | |
download | FreeBSD-src-964dbca2f361f99f23fe73f482142c8cdc28f790.zip FreeBSD-src-964dbca2f361f99f23fe73f482142c8cdc28f790.tar.gz |
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
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/wpi.4 | 19 |
1 files changed, 2 insertions, 17 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. |