Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 09/09/1999 17:23:36
Module Name:	syssrc
Committed By:	itojun
Date:		Fri Sep 10 00:23:36 UTC 1999

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

Log Message:
Make sure to behave as IFF_SIMPLEX in all cases.
Drop multicast/broadcast packet looped back from myself.

This is to cope with SMC91C92 (Megahertz XJ10BT), which
loops back multicast packet to itself on promiscuous mode.
(should be ensured by chipset configuration)

Reviewed by: thorpej


To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 syssrc/sys/dev/ic/smc91cxx.c

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