diff options
author | brueffer <brueffer@FreeBSD.org> | 2008-12-15 14:07:07 +0000 |
---|---|---|
committer | brueffer <brueffer@FreeBSD.org> | 2008-12-15 14:07:07 +0000 |
commit | abb90305ddf8b9c77389bd55c990547e744ef290 (patch) | |
tree | af163838b64708e14a147686c6f8d206d391b957 | |
parent | 3e7cee9bacb0724e5ac4a7032d963a9830d3a471 (diff) | |
download | FreeBSD-src-abb90305ddf8b9c77389bd55c990547e744ef290.zip FreeBSD-src-abb90305ddf8b9c77389bd55c990547e744ef290.tar.gz |
Elaborate on the hardware features fxp(4) supports.
Submitted by: yongari
MFC after: 1 week
-rw-r--r-- | share/man/man4/fxp.4 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/share/man/man4/fxp.4 b/share/man/man4/fxp.4 index cf745b4..5057100 100644 --- a/share/man/man4/fxp.4 +++ b/share/man/man4/fxp.4 @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd January 7, 2007 +.Dd December 15, 2008 .Dt FXP 4 .Os .Sh NAME @@ -51,6 +51,13 @@ The .Nm driver provides support for Ethernet adapters based on the Intel i82557, i82558, i82559, i82550, and i82562 chips. +The driver supports TCP/UDP/IP checksum offload for both transmit +and receive on i82550 and i82551. +On i82559 only TCP/UDP checksum offload for receive is supported. +TCP segmentation offload (TSO) for IPv4 as well as VLAN hardware +tag insertion/stripping is supported on i82550 and i82551. +Wake On Lan (WOL) support is provided on all controllers +except i82557, i82259ER and early i82558 revisions. .Pp The .Nm |