Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man4 help the next person tripping over PR kern/43...



details:   https://anonhg.NetBSD.org/src/rev/d0b344c57b23
branches:  trunk
changeset: 755202:d0b344c57b23
user:      spz <spz%NetBSD.org@localhost>
date:      Thu May 27 19:27:24 2010 +0000

description:
help the next person tripping over PR kern/43203 :
list the error messages, the reason for the error and the location where
the firmware ought to be

diffstat:

 share/man/man4/iwn.4 |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 4ea76dc33e2c -r d0b344c57b23 share/man/man4/iwn.4
--- a/share/man/man4/iwn.4      Thu May 27 15:35:46 2010 +0000
+++ b/share/man/man4/iwn.4      Thu May 27 19:27:24 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: iwn.4,v 1.7 2009/05/18 02:41:23 snj Exp $
+.\" $NetBSD: iwn.4,v 1.8 2010/05/27 19:27:24 spz Exp $
 .\"
 .\" Copyright (c) 2007,2008
 .\"    Damien Bergamini <damien.bergamini%free.fr@localhost>. All rights reserved.
@@ -182,6 +182,11 @@
 For some reason, the driver was unable to read the firmware image from the
 filesystem.
 The file might be missing or corrupted.
+.It "iwn%d: could not get firmware handle %s"
+.It "iwn%d: could not read firmware"
+The driver was unable to find the file with the proper firmware image.
+It should be located in 
+.Pa /libdata/firmware/if_iwn .
 .It "iwn%d: firmware file too short: %d bytes"
 The firmware image is corrupted and can't be loaded into the adapter.
 .It "iwn%d: could not load firmware"



Home | Main Index | Thread Index | Old Index