I noticed that my ICH9 based box doesn't receive ff02::9 packet and I found the bug in the multicast filter's code. Please try if you have the same trouble.
--- Begin Message ---
- To: source-changes%NetBSD.org@localhost
- Subject: CVS commit: src/sys/dev/pci
- From: SAITOH Masanobu <msaitoh%netbsd.org@localhost>
- Date: Sat, 28 Feb 2009 15:06:43 +0000 (UTC)
Module Name: src Committed By: msaitoh Date: Sat Feb 28 15:06:43 UTC 2009 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Fix the multicast hash bug on ICH9's wm. Now we can catch ff02::9 on ICH9's wm. To generate a diff of this commit: cvs rdiff -r1.165 -r1.166 src/sys/dev/pci/if_wm.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
--- End Message ---