Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 02/10/2007 03:58:32
Module Name:	src
Committed By:	tsutsui
Date:		Sat Feb 10 03:58:32 UTC 2007

Modified Files:
	src/sys/dev/ic: rtl81x9.c

Log Message:
Pull a multicast fix from FreeBSD's if_re.c rev 1.81:
 Fix rtk_setmulti() so that it works correctly for PCIe chips where
 the multicast hash table are in reverse order compared to older
 devices.

Closes PR kern/35579 from Nino Dehne.


To generate a diff of this commit:
cvs rdiff -r1.68 -r1.69 src/sys/dev/ic/rtl81x9.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.