Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 02/20/2005 15:48:35
Module Name:	src
Committed By:	jdolecek
Date:		Sun Feb 20 15:48:35 UTC 2005

Modified Files:
	src/sys/dev/pci: if_bge.c if_ti.c

Log Message:
use VLAN_* macros for VLAN tag extraction/addition

also restructure and simplify input VLAN ID code handling somewhat, to not use
local have_vlan/vlan_tag variables, and use the appropriate cur_rx condition
on the one place where it's needed


To generate a diff of this commit:
cvs rdiff -r1.84 -r1.85 src/sys/dev/pci/if_bge.c
cvs rdiff -r1.64 -r1.65 src/sys/dev/pci/if_ti.c

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