diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-08-31 22:06:27 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-08-31 22:06:27 +0000 |
commit | cfd7923e0f652a21ff0ba1d2b5452cbff45fc84d (patch) | |
tree | cdc9c08b35343d052785d5396e316da3452c6e75 /share | |
parent | f78242d87c67865f59d6e0f7b9f8323fce876a8f (diff) |
new format firmware load failure messages
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/fxp.4 | 6 | ||||
-rw-r--r-- | share/man/man4/rum.4 | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man4/fxp.4 b/share/man/man4/fxp.4 index d378cbca6ab..502698ada55 100644 --- a/share/man/man4/fxp.4 +++ b/share/man/man4/fxp.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fxp.4,v 1.41 2007/05/31 19:19:50 jmc Exp $ +.\" $OpenBSD: fxp.4,v 1.42 2007/08/31 22:06:26 deraadt Exp $ .\" .\" Copyright (c) 1997 David E. O'Brien .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: August 31 2007 $ .Dt FXP 4 .Os .Sh NAME @@ -121,7 +121,7 @@ There are not enough mbufs available for allocation. .It "fxp%d: device timeout" The device has stopped responding to the network, or there is a problem with the network connection (cable). -.It "fxp%d: failed loadfirmware of file %s: errno %d" +.It "fxp%d: error %d, could not read firmware %s" The device is able to do interrupt coalescing but required firmware file is missing. .El diff --git a/share/man/man4/rum.4 b/share/man/man4/rum.4 index 69970bc8198..7bc59fa6639 100644 --- a/share/man/man4/rum.4 +++ b/share/man/man4/rum.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rum.4,v 1.27 2007/05/31 19:19:51 jmc Exp $ +.\" $OpenBSD: rum.4,v 1.28 2007/08/31 22:06:26 deraadt Exp $ .\" .\" Copyright (c) 2005-2007 .\" Damien Bergamini <damien.bergamini@free.fr> @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: August 31 2007 $ .Os .Dt RUM 4 .Sh NAME @@ -298,7 +298,7 @@ Join an existing BSS network, .Ed .Sh DIAGNOSTICS .Bl -diag -.It "rum%d: failed loadfirmware of file %s" +.It "rum%d: error %d, could not read firmware %s" For some reason, the driver was unable to read the microcode file from the filesystem. The file might be missing or corrupted. |