diff options
author | 2009-01-05 20:50:47 +0000 | |
---|---|---|
committer | 2009-01-05 20:50:47 +0000 | |
commit | da5ed608c3d3d7a7a3637cc77529c78b8f9fe7f0 (patch) | |
tree | 8ad5be4f5008b0de00232840afd270842c51e318 | |
parent | - add $OpenBSD$ where needed and add missing '$' in s3c24x0reg.h's tag (diff) | |
download | wireguard-openbsd-da5ed608c3d3d7a7a3637cc77529c78b8f9fe7f0.tar.xz wireguard-openbsd-da5ed608c3d3d7a7a3637cc77529c78b8f9fe7f0.zip |
- clear some confusion, the chip supports vlan tag insertion/stripping,
just like the driver.
ok dlg@
-rw-r--r-- | share/man/man4/stge.4 | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/share/man/man4/stge.4 b/share/man/man4/stge.4 index 3e97af51d64..28c888e4723 100644 --- a/share/man/man4/stge.4 +++ b/share/man/man4/stge.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: stge.4,v 1.16 2008/10/28 06:27:28 brad Exp $ +.\" $OpenBSD: stge.4,v 1.17 2009/01/05 20:50:47 jasper Exp $ .\" $NetBSD: stge.4,v 1.5 2001/09/11 22:52:54 wiz Exp $ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -28,7 +28,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: October 28 2008 $ +.Dd $Mdocdate: January 5 2009 $ .Dt STGE 4 .Os .Sh NAME @@ -61,6 +61,9 @@ It uses an external PHY or an external 10-bit interface. .Pp The TC9021 supports IPv4 receive IP/TCP/UDP checksum offload and VLAN tag insertion and stripping. +The +.Nm +driver supports these features. .Sh SEE ALSO .Xr arp 4 , .Xr eephy 4 , @@ -86,11 +89,4 @@ driver was written by .Sh BUGS The .Nm -driver does not support the VLAN tag insertion/removal feature of the -TC9021 chip. -This is primarily because the TC9021 does not provide a useful -programming interface. -.Pp -The -.Nm driver does not yet support Jumbo frames. |