Subject: CVS commit: src/sys/dev/usb
To: None <source-changes@NetBSD.org>
From: Ignatios Souvatzis <is@netbsd.org>
List: source-changes
Date: 01/16/2008 12:33:56
Module Name:	src
Committed By:	is
Date:		Wed Jan 16 12:33:55 UTC 2008

Modified Files:
	src/sys/dev/usb: if_aue.c if_auereg.h

Log Message:
Move from workqueue to an explicit kthread for setting the multicast
filter, as suggested by cube@. Actual code review by cube@.
This way, a backport of the fix to netbsd-4 is possible.


To generate a diff of this commit:
cvs rdiff -r1.107 -r1.108 src/sys/dev/usb/if_aue.c
cvs rdiff -r1.19 -r1.20 src/sys/dev/usb/if_auereg.h

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