1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-29 12:03:03 +00:00

The firmware images must be loaded as modules at the moment.

This commit is contained in:
Christian Brueffer 2007-03-06 13:17:05 +00:00
parent 15240ba819
commit 55b8273c83
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=167269
2 changed files with 18 additions and 9 deletions
share/man/man4

View File

@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd March 5, 2007
.Dd March 6, 2007
.Os
.Dt IPW 4
.Sh NAME
@ -47,11 +47,17 @@ module at boot time, place the following lines in
.Xr loader.conf 5 :
.Bd -literal -offset indent
if_ipw_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
ipw_bss_load="YES"
ipw_ibss_load="YES"
ipw_monitor_load="YES"
wlan_load="YES"
firmware_load="YES"
.Ed
.Sh DESCRIPTION
The

View File

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