Subject: CVS commit: [netbsd-3] src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 05/31/2006 21:32:56
Module Name:	src
Committed By:	tron
Date:		Wed May 31 21:32:56 UTC 2006

Modified Files:
	src/sys/dev/ic [netbsd-3]: rtl8169.c

Log Message:
Pull up following revision(s) (requested by pavel in ticket #1340):
	sys/dev/ic/rtl8169.c: revision 1.23
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.14.2.4 -r1.14.2.5 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.