Subject: PR/32643 CVS commit: [netbsd-3] src/sys/dev/ic
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Matthias Scheler <tron@netbsd.org>
List: netbsd-bugs
Date: 05/31/2006 21:35:02
The following reply was made to PR kern/32643; it has been noted by GNATS.
From: Matthias Scheler <tron@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc:
Subject: PR/32643 CVS commit: [netbsd-3] src/sys/dev/ic
Date: Wed, 31 May 2006 21:32:56 +0000 (UTC)
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.