diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2001-05-08 05:11:34 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2001-05-08 05:11:34 +0000 |
commit | cb5b7671d33440738fe0a704e9f76fde098fcbd7 (patch) | |
tree | 69f26ad1ef5f6e51dc2a70f884dd18aff353806a /share | |
parent | f6bb9e4c3027bf8b8500c1f58eafd2fbb0265be1 (diff) |
vlan tag assist supported now
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/txp.4 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man4/txp.4 b/share/man/man4/txp.4 index b81ca636e30..8075e72282b 100644 --- a/share/man/man4/txp.4 +++ b/share/man/man4/txp.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: txp.4,v 1.3 2001/04/30 00:22:59 deraadt Exp $ +.\" $OpenBSD: txp.4,v 1.4 2001/05/08 05:11:33 jason Exp $ .\" .\" Copyright (c) 2001 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -57,17 +57,17 @@ This driver supports the following cards: 3Com 3CR990SVR97 .El .Pp -Only basic Ethernet functions are provided. -There is no support currently for +Basic Ethernet functions are provided as well as support for .Xr vlan 4 -hardware tagging assistance, +tag removal and insertion assistance. +There is no support currently for .Xr ip 4 , .Xr tcp 4 , and -.Xr udp 4 , +.Xr udp 4 checksum offloading, .Xr tcp 4 -segmentation offloading, nor +segmentation, nor .Xr ipsec 4 acceleration. .Pp |