Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 03/18/2004 22:45:35
Module Name:	src
Committed By:	bouyer
Date:		Thu Mar 18 22:45:35 UTC 2004

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

Log Message:
cur_rx->ti_vlan_tag holds the 802.1q VLAN tag and the 802.1p priority.
Trimm the priority, as the upper layers won't do it and will drop the packet
if priority is not 0.
While there, print the revision in the "unsupported chip revision" printf.


To generate a diff of this commit:
cvs rdiff -r1.58 -r1.59 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.