Module Name: src Committed By: bouyer Date: Thu Apr 28 17:32:48 UTC 2011
Modified Files: src/sys/dev/pci: if_vte.c if_vtereg.h Log Message: - Properly count collisions - call vte_rxfilter() after starting transmit/receive; this seems to fix some IPv6-related multicast issues for me - when the MCR0_BROADCAST bit is set broadcast receive is disabled. Rename it to MCR0_BROADCAST_DIS to reflect its function, and fix usage. - Fix loop over multicast addresses to not set the same address in the 3 perfect filter slots. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/pci/if_vte.c cvs rdiff -u -r1.1 -r1.2 src/sys/dev/pci/if_vtereg.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.