From owner-cvs-all Tue Apr 2 1:49:39 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 57D9137B41F; Tue, 2 Apr 2002 01:49:36 -0800 (PST) Received: (from joe@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g329naS38458; Tue, 2 Apr 2002 01:49:36 -0800 (PST) (envelope-from joe) Message-Id: <200204020949.g329naS38458@freefall.freebsd.org> From: Josef Karthauser Date: Tue, 2 Apr 2002 01:49:36 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb uhub.c usb.c usbdi.h usbdivar.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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