summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorjlemon <jlemon@FreeBSD.org>2001-10-25 05:49:23 +0000
committerjlemon <jlemon@FreeBSD.org>2001-10-25 05:49:23 +0000
commitd6cc2a05b7a1b7c8ab5643c1baafc9cd6fd9d88c (patch)
treef53beb461247f625ccafda4ee2fbe80ded8eeffe /share
parent67beb4eaf7faa5b25d3bb9dce795b33b1db0a037 (diff)
downloadFreeBSD-src-d6cc2a05b7a1b7c8ab5643c1baafc9cd6fd9d88c.zip
FreeBSD-src-d6cc2a05b7a1b7c8ab5643c1baafc9cd6fd9d88c.tar.gz
Document the link0 option, which downloads the microcode to the board.
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/fxp.421
1 files changed, 19 insertions, 2 deletions
diff --git a/share/man/man4/fxp.4 b/share/man/man4/fxp.4
index c915b77..073f61c 100644
--- a/share/man/man4/fxp.4
+++ b/share/man/man4/fxp.4
@@ -37,8 +37,8 @@
The
.Nm
driver provides support for the EtherExpress Pro/10, Pro/100B, and Pro/100+
-PCI Fast Ethernet adapters based on the Intel i82557 or i82559 ethernet
-chips.
+PCI Fast Ethernet adapters based on the Intel i82557, i82558, i82559
+or i82550 ethernet chips.
.Pp
The
.Nm
@@ -65,6 +65,20 @@ Set full duplex operation
Note that 100baseTX media type is only available on the Pro/100B and Pro/100+.
For further information on configuring this device, see
.Xr ifconfig 8 .
+.Pp
+The
+.Nm
+driver also supports a special link option:
+.Bl -tag -width link0
+.It Cm link0
+Some chip revisions have loadable microcode which can be used to reduce the
+interrupt load on the host cpu. Not all boards have support microcode support.
+Setting the
+.Cm link0
+flag with
+.Xr ifconfig 8
+will load download the microcode to the chip if it is available.
+.El
.Sh DIAGNOSTICS
.Bl -diag
.It "fxp%d: couldn't map memory"
@@ -83,6 +97,9 @@ Create, if it does not yet exist, and add to the file
.Pa /boot/device.hints
the line
.Dq Li hint.fxp.0.prefer_iomap="0" .
+.It "fxp%d: Microcode loaded, int_delay: %d usec bundle_max: %d"
+The chip has successfully downloaded the microcode, and changed the
+parametrized values to the giveng settings.
.El
.Sh SEE ALSO
.Xr arp 4 ,
OpenPOWER on IntegriCloud