From owner-cvs-all Sun Apr 7 6:58:11 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 4C8ED37B416; Sun, 7 Apr 2002 06:58:06 -0700 (PDT) Received: (from joe@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g37Dw6Z94057; Sun, 7 Apr 2002 06:58:06 -0700 (PDT) (envelope-from joe) Message-Id: <200204071358.g37Dw6Z94057@freefall.freebsd.org> From: Josef Karthauser Date: Sun, 7 Apr 2002 06:58:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb usb.c usb_port.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/07 06:58:06 PDT Modified files: sys/dev/usb usb.c usb_port.h Log: MFNetBSD: usb.c (1.58) date: 2001/11/20 23:53:26; author: augustss; state: Exp; lines: +61 -33 Create a special kernel thread to run the usb short lived tasks (instead of using the device discovery threads). The change to usb_port.h is a little hack whilst I address an issue with NetBSD. Revision Changes Path 1.70 +60 -32 src/sys/dev/usb/usb.c 1.50 +2 -0 src/sys/dev/usb/usb_port.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message