Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: enami tsugutomo <enami@netbsd.org>
List: source-changes
Date: 01/29/2001 03:24:43
Module Name: syssrc
Committed By: enami
Date: Mon Jan 29 01:24:43 UTC 2001
Modified Files:
syssrc/sys/dev/ic: rtl81x9.c
syssrc/sys/dev/pci: if_ti.c if_vr.c
syssrc/sys/dev/usb: if_aue.c if_cue.c if_kue.c
Log Message:
Handle allmulti case correctly as a NetBSD network driver;
if we are requested range of multicast address or too many multicast address,
program multicast filter to receive all multicast address. And set/clear
IFF_ALLMULTI flag properly.
To generate a diff of this commit:
cvs rdiff -r1.27 -r1.28 syssrc/sys/dev/ic/rtl81x9.c
cvs rdiff -r1.19 -r1.20 syssrc/sys/dev/pci/if_ti.c
cvs rdiff -r1.44 -r1.45 syssrc/sys/dev/pci/if_vr.c
cvs rdiff -r1.53 -r1.54 syssrc/sys/dev/usb/if_aue.c
cvs rdiff -r1.32 -r1.33 syssrc/sys/dev/usb/if_cue.c
cvs rdiff -r1.37 -r1.38 syssrc/sys/dev/usb/if_kue.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.