diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2001-06-23 06:24:17 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2001-06-23 06:24:17 +0000 |
commit | 81cf73c9c03eaff56e2619b044426a3d702c7240 (patch) | |
tree | 9d7cdbb9da00c34da26f14a8b9a2f5626efe3f70 | |
parent | 8a82b6d18507ff7b797dd01e8a48f29e0787d8ec (diff) |
Reflect current reality:
rx ip, udp, tcp checksum offload works
tx ip checksum offload works
-rw-r--r-- | share/man/man4/txp.4 | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/share/man/man4/txp.4 b/share/man/man4/txp.4 index f042759b6df..8180f79a11e 100644 --- a/share/man/man4/txp.4 +++ b/share/man/man4/txp.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: txp.4,v 1.5 2001/05/24 19:12:18 aaron Exp $ +.\" $OpenBSD: txp.4,v 1.6 2001/06/23 06:24:16 jason Exp $ .\" .\" Copyright (c) 2001 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -59,13 +59,22 @@ This driver supports the following cards: .Pp Basic Ethernet functions are provided as well as support for .Xr vlan 4 -tag removal and insertion assistance. -There is no support currently for +tag removal and insertion assistance, receive .Xr ip 4 , .Xr tcp 4 , and .Xr udp 4 checksum offloading, +and +transmit +.Xr ip 4 +checksum offloading. +There is currently no support for +transmit +.Xr tcp 4 +or +.Xr udp 4 +checksum offloading, .Xr tcp 4 segmentation, nor .Xr ipsec 4 |