summaryrefslogtreecommitdiffstats
path: root/share/man
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1998-02-04 15:05:23 +0000
committerjkh <jkh@FreeBSD.org>1998-02-04 15:05:23 +0000
commitfb6946e127dece881cc5dc4cab4a87ac8a78e057 (patch)
treead3d6a72eac22579eba67fe87d3e9fba155467df /share/man
parent8e9d9fcd4bcf2941a439d3c98df0dcbe1a1d49b9 (diff)
downloadFreeBSD-src-fb6946e127dece881cc5dc4cab4a87ac8a78e057.zip
FreeBSD-src-fb6946e127dece881cc5dc4cab4a87ac8a78e057.tar.gz
MF22
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man4/man4.i386/tx.412
-rw-r--r--share/man/man4/tx.412
2 files changed, 14 insertions, 10 deletions
diff --git a/share/man/man4/man4.i386/tx.4 b/share/man/man4/man4.i386/tx.4
index 6e4f76a..5233a28 100644
--- a/share/man/man4/man4.i386/tx.4
+++ b/share/man/man4/man4.i386/tx.4
@@ -53,23 +53,25 @@ Set 100Mbps mode
.El
.Pp
If autonegotiation is enabled, link1 and link2 flags are meaningless.
+You should down interface and up it again if you want media type change.
.Sh DIAGNOSTICS
.Bl -diag
.It "tx%d: device timeout %d packets"
-The device stops responding.
+The device stops responding. Device and driver reset follows this error.
.It "tx%d: PCI fatal error occured (%s)"
One of following errors occured: PCI Target Abort, PCI Master Abort, Data
-Parity Error or Address Parity Error.
+Parity Error or Address Parity Error. Device and driver reset follows this error.
.It "tx%d: WARNING! no link estabilished"
-No media connected.
+No media connected. Displayed at startup only.
.It "tx%d: malloc failed"
Failed to allocate static buffer for FIFO rings.
+.It "tx%d: can't stop %s DMA"
+While reseting, driver failed to stop device correctly.
.El
.Sh BUGS
.Pp
The multicast packets filtering is not supported. Autonegotiation for
-full-duplex modes is not supported. Recover from PCI fatal error is not
-implemented.
+full-duplex modes is not supported.
.Sh SEE ALSO
.Xr arp 4 ,
.Xr netintro 4 ,
diff --git a/share/man/man4/tx.4 b/share/man/man4/tx.4
index 6e4f76a..5233a28 100644
--- a/share/man/man4/tx.4
+++ b/share/man/man4/tx.4
@@ -53,23 +53,25 @@ Set 100Mbps mode
.El
.Pp
If autonegotiation is enabled, link1 and link2 flags are meaningless.
+You should down interface and up it again if you want media type change.
.Sh DIAGNOSTICS
.Bl -diag
.It "tx%d: device timeout %d packets"
-The device stops responding.
+The device stops responding. Device and driver reset follows this error.
.It "tx%d: PCI fatal error occured (%s)"
One of following errors occured: PCI Target Abort, PCI Master Abort, Data
-Parity Error or Address Parity Error.
+Parity Error or Address Parity Error. Device and driver reset follows this error.
.It "tx%d: WARNING! no link estabilished"
-No media connected.
+No media connected. Displayed at startup only.
.It "tx%d: malloc failed"
Failed to allocate static buffer for FIFO rings.
+.It "tx%d: can't stop %s DMA"
+While reseting, driver failed to stop device correctly.
.El
.Sh BUGS
.Pp
The multicast packets filtering is not supported. Autonegotiation for
-full-duplex modes is not supported. Recover from PCI fatal error is not
-implemented.
+full-duplex modes is not supported.
.Sh SEE ALSO
.Xr arp 4 ,
.Xr netintro 4 ,
OpenPOWER on IntegriCloud