Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 09/20/1999 10:41:00
Module Name:	syssrc
Committed By:	thorpej
Date:		Mon Sep 20 17:40:59 UTC 1999

Modified Files:
	syssrc/sys/dev/pci: if_vr.c

Log Message:
Fix packet reception in promiscuous mode: compare the Ethernet destination
address against our station address if it's not a multicast packet.  Either
the Rhine manual lies about the phys/broadcast/multicast rxstatus bits,
or the Rhine chip is just broken.

Fixes a redirect storm problem reported by Laine Stump on current-users.


To generate a diff of this commit:
cvs rdiff -r1.25 -r1.26 syssrc/sys/dev/pci/if_vr.c

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