Subject: PR/34521 CVS commit: [netbsd-4] src/sys/dev/usb
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Jeff Rizzo <riz@netbsd.org>
List: netbsd-bugs
Date: 09/22/2006 05:40:02
The following reply was made to PR kern/34521; it has been noted by GNATS.
From: Jeff Rizzo <riz@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc:
Subject: PR/34521 CVS commit: [netbsd-4] src/sys/dev/usb
Date: Fri, 22 Sep 2006 05:39:42 +0000 (UTC)
Module Name: src
Committed By: riz
Date: Fri Sep 22 05:39:42 UTC 2006
Modified Files:
src/sys/dev/usb [netbsd-4]: if_aue.c if_auereg.h
Log Message:
Pull up following revision(s) (requested by is in ticket #166):
sys/dev/usb/if_aue.c: revision 1.95
sys/dev/usb/if_aue.c: revision 1.96
sys/dev/usb/if_auereg.h: revision 1.17
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.
Simply use the device name for the workqueue name.
To generate a diff of this commit:
cvs rdiff -r1.93 -r1.93.8.1 src/sys/dev/usb/if_aue.c
cvs rdiff -r1.16 -r1.16.62.1 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.