Subject: PR/35579 CVS commit: src/sys/dev/ic
To: None <tsutsui@NetBSD.org, gnats-admin@netbsd.org,>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: netbsd-bugs
Date: 02/10/2007 04:00:11
The following reply was made to PR kern/35579; it has been noted by GNATS.

From: Izumi Tsutsui <tsutsui@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: PR/35579 CVS commit: src/sys/dev/ic
Date: Sat, 10 Feb 2007 03:58:32 +0000 (UTC)

 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.