Subject: CVS commit: syssrc/sys/dev/ic
To: None <source-changes@netbsd.org>
From: enami tsugutomo <enami@netbsd.org>
List: source-changes
Date: 11/09/2002 13:45:20
Module Name: syssrc
Committed By: enami
Date: Sat Nov 9 11:45:20 UTC 2002
Modified Files:
syssrc/sys/dev/ic: elinkxl.c elinkxlreg.h
Log Message:
Fix multicast handling on 3C905B or later card;
- Handle IFF_ALLMULTI case correctly. This is necessary to mrouted working.
Tested by taca@netbsd.org.
- Clear unnecessary multicast hash bit. Otherwise, unnecessary multicast
packet is received. Tested by me with the 3C905C bought at akihabara.
It was 2980yen.
The code is written by fvdl@netbsd.org and me.
To generate a diff of this commit:
cvs rdiff -r1.66 -r1.67 syssrc/sys/dev/ic/elinkxl.c
cvs rdiff -r1.10 -r1.11 syssrc/sys/dev/ic/elinkxlreg.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.