Subject: PR/34521 CVS commit: src/sys/dev/usb
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Ignatios Souvatzis <is@netbsd.org>
List: netbsd-bugs
Date: 09/15/2006 10:50:02
The following reply was made to PR kern/34521; it has been noted by GNATS.

From: Ignatios Souvatzis <is@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: PR/34521 CVS commit: src/sys/dev/usb
Date: Fri, 15 Sep 2006 10:47:34 +0000 (UTC)

 Module Name:	src
 Committed By:	is
 Date:		Fri Sep 15 10:47:34 UTC 2006
 
 Modified Files:
 	src/sys/dev/usb: if_aue.c if_auereg.h
 
 Log Message:
 aue_ioctl() for the murpose of adding/deleting multicast addresses is called
 from interupt context. Defer its processing to a workqueue(9).
 This fixes PR 34521.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.94 -r1.95 src/sys/dev/usb/if_aue.c
 cvs rdiff -r1.16 -r1.17 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.