Subject: CVS commit: [netbsd-2-0] src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: James Chacon <jmc@netbsd.org>
List: source-changes
Date: 05/25/2004 01:15:11
Module Name:	src
Committed By:	jmc
Date:		Tue May 25 01:15:11 UTC 2004

Modified Files:
	src/sys/dev/pci [netbsd-2-0]: if_sk.c

Log Message:
Pullup rev 1.9 (requested by kleink in ticket #382)

In sk_init_yukon(), don't open-code clearing the multicast filter but
go via the normal filter setup path instead.  The old behaviour only
worked ok as long as the init function was exclusively called at attach
time, when there was no configuration to be lost.


To generate a diff of this commit:
cvs rdiff -r1.7.2.1 -r1.7.2.2 src/sys/dev/pci/if_sk.c

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