Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: syssrc/sys/dev/ic



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.@localhost
- 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@localhost 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.




Home | Main Index | Thread Index | Old Index