Date: Tue, 2 Apr 2002 01:49:36 -0800 (PST) From: Josef Karthauser <joe@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb uhub.c usb.c usbdi.h usbdivar.h Message-ID: <200204020949.g329naS38458@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
joe 2002/04/02 01:49:36 PST Modified files: sys/dev/usb uhub.c usb.c usbdi.h usbdivar.h Log: MFNetBSD: uhub.c (1.49), usb.c (1.51), usbdi.h (1.48), usbdivar.h (1.63) date: 2001/01/21 19:00:06; author: augustss; Change the operation of the USB event thread. Before it only performed USB device discovery, now it can also perform (short) tasks for device drivers that need a process context, but don't have one. This is not pretty, but better than using busy-wait in an interrupt context. Revision Changes Path 1.35 +3 -2 src/sys/dev/usb/uhub.c 1.64 +55 -25 src/sys/dev/usb/usb.c 1.33 +16 -1 src/sys/dev/usb/usbdi.h 1.30 +2 -2 src/sys/dev/usb/usbdivar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204020949.g329naS38458>