describe that hw VLAN tagging is not supported ATM.

(see sys/dev/ic/rtl8169.c rev. 1.23 .)
This commit is contained in:
pavel 2006-08-07 20:41:16 +00:00
parent 803c52c2a4
commit a3ea6cc335
1 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: re.4,v 1.9 2006/02/19 09:40:32 xtraeme Exp $
.\" $NetBSD: re.4,v 1.10 2006/08/07 20:41:16 pavel Exp $
.\"
.\" Copyright (c) 2003
.\" Bill Paul <wpaul@windriver.com>. All rights reserved.
@ -32,7 +32,7 @@
.\"
.\" $FreeBSD: src/share/man/man4/re.4,v 1.4 2004/03/04 06:42:46 sanpei Exp $
.\"
.Dd February 19, 2006
.Dd August 7, 2006
.Dt RE 4
.Os
.Sh NAME
@ -73,6 +73,8 @@ All NICs supported by the
driver have TCP/IP checksum offload and hardware VLAN tagging/insertion
features, and use a descriptor-based DMA mechanism.
They are also capable of TCP large send (TCP segmentation offload).
There are issues with hardware VLAN tagging in this version of the
driver, so this feature is currently disabled.
.Pp
The 8139C+ is a single-chip solution combining both a 10/100 MAC and PHY.
The 8169 is a 10/100/1000 MAC only, requiring a GMII or TBI external PHY.