Subject: CVS commit: syssrc/sys/dev/ic
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 09/03/2002 17:48:17
Module Name:	syssrc
Committed By:	itojun
Date:		Tue Sep  3 14:48:17 UTC 2002

Modified Files:
	syssrc/sys/dev/ic: lance.c

Log Message:
drop garbage packet (due to chip bug) before injecting it to bpf.

make sure to behave as IFF_SIMPLEX, some lance chips does not behave as
IFF_SIMPLEX (e.g. vmware in outgoing multicast case).
http://mail-index.netbsd.org/tech-net/2001/05/16/0001.html


To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 syssrc/sys/dev/ic/lance.c

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