Add wlan_amrr to the required devices/modules

Submitted By: glebius
This commit is contained in:
Benjamin Close 2007-11-14 12:51:02 +00:00
parent e8f87893f6
commit b5ad081c7c

View File

@ -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