From b5ad081c7c39bdb7a6e85a727f12399e1ab7ae61 Mon Sep 17 00:00:00 2001 From: Benjamin Close Date: Wed, 14 Nov 2007 12:51:02 +0000 Subject: [PATCH] Add wlan_amrr to the required devices/modules Submitted By: glebius --- share/man/man4/wpi.4 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/share/man/man4/wpi.4 b/share/man/man4/wpi.4 index d51e5c7c0d51..bc6e7964942e 100644 --- a/share/man/man4/wpi.4 +++ b/share/man/man4/wpi.4 @@ -40,6 +40,7 @@ kernel configuration file: .Cd "device wpi" .Cd "device pci" .Cd "device wlan" +.Cd "device wlan_amrr" .Cd "device firmware" .Ed .Pp @@ -49,6 +50,7 @@ module at boot time, place the following lines in .Bd -literal -offset indent if_wpi_load="YES" wlan_load="YES" +wlan_amrr_load="YES" firmware_load="YES" .Ed .Pp