diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-03-15 22:08:11 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-03-15 22:08:11 +0000 |
commit | 4d27bc5a07bc973705a7791714c61b7064439299 (patch) | |
tree | 5d5b37730d40a18f970926001063a35cc88d1fc2 | |
parent | 7ccd67e387af9d6b86fe64c40131d1c2f43c8079 (diff) |
Update the re(4) man page to mention VLAN tag insertion support.
from brad; ok reyk
-rw-r--r-- | share/man/man4/re.4 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/share/man/man4/re.4 b/share/man/man4/re.4 index f59581cb647..ffa4c7e29f9 100644 --- a/share/man/man4/re.4 +++ b/share/man/man4/re.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: re.4,v 1.27 2007/01/14 07:08:56 weingart Exp $ +.\" $OpenBSD: re.4,v 1.28 2007/03/15 22:08:10 jmc Exp $ .\" Copyright (c) 2003 .\" Bill Paul <wpaul@windriver.com>. All rights reserved. .\" @@ -88,9 +88,11 @@ over CAT5 cable. NICs based on the 8169, 816xS and 811xS are capable of 10, 100 and 1000Mbps operation. .Pp -All NICs supported by the +All .Nm -driver have IPv4 transmit/receive IP/TCP/UDP checksum offload +NICs support +IPv4 transmit/receive IP/TCP/UDP checksum offload +and VLAN tag insertion, and use a descriptor-based DMA mechanism. .Pp The 8139C+ is a single-chip solution combining both a 10/100 MAC and PHY. |