Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: Pavel Cahyna <pavel@netbsd.org>
List: source-changes
Date: 05/16/2006 22:39:24
Module Name:	src
Committed By:	pavel
Date:		Tue May 16 22:39:24 UTC 2006

Modified Files:
	src/sys/dev/ic: rtl8169.c

Log Message:
Disable hw VLAN tagging, in a similar way that it was done in OpenBSD
(src/sys/dev/ic/re.c rev. 1.15). The disabled VLAN stripping is mine.
(The OpenBSD driver forgot to do this.)

The reason is that untagged packets get sometimes tagged incorrectly.
PR 32643.

Approved by martin@.


To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 src/sys/dev/ic/rtl8169.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.