summaryrefslogtreecommitdiffstats
path: root/share/man/man4/iwi.4
diff options
context:
space:
mode:
authordamien <damien@FreeBSD.org>2006-03-13 20:36:55 +0000
committerdamien <damien@FreeBSD.org>2006-03-13 20:36:55 +0000
commitfe178ce14a163af9be069de58759bca56044ac61 (patch)
tree7cecd3599aba00e634d4eb64d1c34db29600032a /share/man/man4/iwi.4
parent62c5cabd647be5b9274ad284114540731befd5aa (diff)
downloadFreeBSD-src-fe178ce14a163af9be069de58759bca56044ac61.zip
FreeBSD-src-fe178ce14a163af9be069de58759bca56044ac61.tar.gz
sync w/ reality.
Diffstat (limited to 'share/man/man4/iwi.4')
-rw-r--r--share/man/man4/iwi.433
1 files changed, 26 insertions, 7 deletions
diff --git a/share/man/man4/iwi.4 b/share/man/man4/iwi.4
index d87b0ec..3ba2a5d 100644
--- a/share/man/man4/iwi.4
+++ b/share/man/man4/iwi.4
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd January 29, 2006
+.Dd March 13, 2006
.Os
.Dt IWI 4
.Sh NAME
@@ -46,6 +46,7 @@ module at boot time, place the following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
if_iwi_load="YES"
+wlan_load="YES"
.Ed
.Sh DESCRIPTION
The
@@ -94,13 +95,31 @@ ifconfig iwi0 inet 192.168.0.20 netmask 0xffffff00 ssid my_net \e
.It "iwi%d: device timeout"
The driver will reset the hardware.
This should not happen.
-.It "ipw%d: could not read firmware image"
-The required firmware could not be found in
-.Pa /boot/firmware ,
-and therefore the card cannot operate.
-Ensure
+.It "iwi%d: firmware error"
+The onboard microcontroller crashes for some reason.
+The driver will reset the hardware.
+This should not happen.
+.It "iwi%d: timeout waiting for firmware initialization to complete"
+The onboard microcontroller failed to initialize in time.
+This should not happen.
+.It "iwi%d: could not load firmware image '%s'"
+The driver failed to load the firmware image using the
+.Xr firmware 9
+subsystem.
+Verify that the
.Pa ports/net/iwi-firmware
-is installed correctly.
+port is installed correctly.
+.It "iwi%d: could not load boot firmware"
+An attempt to upload the boot firmware image to the onboard microcontroller
+failed.
+This should not happen.
+.It "iwi%d: could not load microcode"
+An attempt to upload the microcode image to the onboard microcontroller failed.
+This should not happen.
+.It "iwi%d: could not load main firmware"
+An attempt to upload the main firmware image to the onboard microcontroller
+failed.
+This should not happen.
.El
.Sh SEE ALSO
.Xr an 4 ,
OpenPOWER on IntegriCloud