summaryrefslogtreecommitdiffstats
path: root/share/man/man4/iwi.4
diff options
context:
space:
mode:
authorbrueffer <brueffer@FreeBSD.org>2007-03-06 13:17:05 +0000
committerbrueffer <brueffer@FreeBSD.org>2007-03-06 13:17:05 +0000
commitea65834348d84e4cf6ecb91e842ca587a9afdc03 (patch)
treef6907b2c9057252619aabd15d71cbc78abba26c8 /share/man/man4/iwi.4
parent5cd725cb4725f9e24c2e6f9870ab393476cf5cd9 (diff)
downloadFreeBSD-src-ea65834348d84e4cf6ecb91e842ca587a9afdc03.zip
FreeBSD-src-ea65834348d84e4cf6ecb91e842ca587a9afdc03.tar.gz
The firmware images must be loaded as modules at the moment.
Diffstat (limited to 'share/man/man4/iwi.4')
-rw-r--r--share/man/man4/iwi.415
1 files changed, 9 insertions, 6 deletions
diff --git a/share/man/man4/iwi.4 b/share/man/man4/iwi.4
index 858df80..7f06637 100644
--- a/share/man/man4/iwi.4
+++ b/share/man/man4/iwi.4
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd March 5, 2007
+.Dd March 6, 2007
.Os
.Dt IWI 4
.Sh NAME
@@ -37,9 +37,6 @@ place the following lines in your
kernel configuration file:
.Bd -ragged -offset indent
.Cd "device iwi"
-.Cd "device iwi_bss"
-.Cd "device iwi_ibss"
-.Cd "device iwi_monitor"
.Cd "device pci"
.Cd "device wlan"
.Cd "device firmware"
@@ -50,11 +47,17 @@ module at boot time, place the following lines in
.Xr loader.conf 5 :
.Bd -literal -offset indent
if_iwi_load="YES"
+wlan_load="YES"
+firmware_load="YES"
+.Ed
+.Pp
+In both cases, place the following lines in
+.Xr loader.conf 5
+to load the firmware modules:
+.Bd -literal -offset indent
iwi_bss_load="YES"
iwi_ibss_load="YES"
iwi_monitor_load="YES"
-wlan_load="YES"
-firmware_load="YES"
.Ed
.Sh DESCRIPTION
The
OpenPOWER on IntegriCloud