diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-12-22 14:44:42 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-12-22 14:44:42 +0000 |
commit | 398413ca256e232679d7abfa4c3a4d58ed55e8f9 (patch) | |
tree | a049211229bd93b631b4a2245ff2908df5571dfb /share | |
parent | 9553d31b5be49460be7ba3d60c7d305ffaebd755 (diff) |
sort sections;
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/fxp.4 | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/share/man/man4/fxp.4 b/share/man/man4/fxp.4 index e62b0c45aab..17e742d5ed2 100644 --- a/share/man/man4/fxp.4 +++ b/share/man/man4/fxp.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fxp.4,v 1.30 2004/12/22 12:02:47 grange Exp $ +.\" $OpenBSD: fxp.4,v 1.31 2004/12/22 14:44:41 jmc Exp $ .\" .\" Copyright (c) 1997 David E. O'Brien .\" @@ -103,21 +103,6 @@ Models exist with PHYs supported by both the and .Xr nsphy 4 drivers. -.Sh DIAGNOSTICS -.Bl -diag -.It "fxp%d: couldn't map memory" -A fatal initialization error has occurred. -.It "fxp%d: couldn't map interrupt" -A fatal initialization error has occurred. -.It "fxp%d: Failed to malloc memory" -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" -The device is able to do interrupt coalescing but required firmware file -is missing. -.El .Sh FILES Some devices are able to do interrupt coalescing but it requires firmware updating. @@ -134,7 +119,22 @@ interface is brought up: .It Pa /etc/firmware/fxp-license .El .Pp -If a file is missing, the driver attempts to operate anyways. +If a file is missing, the driver attempts to operate anyway. +.Sh DIAGNOSTICS +.Bl -diag +.It "fxp%d: couldn't map memory" +A fatal initialization error has occurred. +.It "fxp%d: couldn't map interrupt" +A fatal initialization error has occurred. +.It "fxp%d: Failed to malloc memory" +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" +The device is able to do interrupt coalescing but required firmware file +is missing. +.El .Sh SEE ALSO .Xr arp 4 , .Xr cardbus 4 , |