Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-3]: src/share/man/man4 Pull up following revision(s) (requested b...
details: https://anonhg.NetBSD.org/src/rev/85883b0231b4
branches: netbsd-3
changeset: 577387:85883b0231b4
user: tron <tron%NetBSD.org@localhost>
date: Fri Oct 21 12:38:21 2005 +0000
description:
Pull up following revision(s) (requested by abs in ticket #895):
share/man/man4/fxp.4: revision 1.13
Document the reciever lockup workaround
diffstat:
share/man/man4/fxp.4 | 16 +++++++++++++++-
1 files changed, 15 insertions(+), 1 deletions(-)
diffs (37 lines):
diff -r 3f60ebfc370d -r 85883b0231b4 share/man/man4/fxp.4
--- a/share/man/man4/fxp.4 Fri Oct 21 12:35:26 2005 +0000
+++ b/share/man/man4/fxp.4 Fri Oct 21 12:38:21 2005 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: fxp.4,v 1.11 2002/04/05 23:25:36 wiz Exp $
+.\" $NetBSD: fxp.4,v 1.11.8.1 2005/10/21 12:38:21 tron Exp $
.\"
.\" Copyright (c) 1998, 2002 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -76,6 +76,17 @@
.Dq link0
option with
.Xr ifconfig 8 .
+.Pp
+Some chipset revisions can suffer from a receiver-side lockup bug which
+can be mitigated by resetting the chip every sixteen seconds without
+traffic. Since the probe for affected chipsets generates false positives
+and the workaround can cause momentary loss of responsiveness, particularly
+noticeable when playing audio, the workaround is not enabled by default.
+The boot messages will indicate if any interface may have this issue.
+The workaround is enabled by setting the
+.Dq link1
+option with
+.Xr ifconfig 8 .
.Sh HARDWARE
Cards supported by the
.Nm
@@ -132,6 +143,9 @@
The MDIO failed to become ready during an MII read operation.
.It "fxp0: fxp_mdi_write: timed out"
The MDIO failed to become ready during an MII write operation.
+.It "fxp0: May need receiver lock-up workaround"
+The interface may need to be periodically reset to workaround a receiver
+lock-up bug.
.El
.Sh SEE ALSO
.Xr cardbus 4 ,
Home |
Main Index |
Thread Index |
Old Index