From owner-cvs-all Sat Jan 26 4: 4:30 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 C10AA37B402; Sat, 26 Jan 2002 04:04:22 -0800 (PST) Received: (from joe@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0QC4MF98455; Sat, 26 Jan 2002 04:04:22 -0800 (PST) (envelope-from joe) Message-Id: <200201261204.g0QC4MF98455@freefall.freebsd.org> From: Josef Karthauser Date: Sat, 26 Jan 2002 04:04:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb ohci.c ohcivar.h uhci.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/01/26 04:04:22 PST Modified files: sys/dev/usb ohci.c ohcivar.h uhci.c usbdi.h usbdivar.h Log: Merge from NetBSD: ohci.c: revision 1.72 and 1.73 ohcivar.h: revision 1.19 and 1.20 uhci.c: revision 1.85 usbdi.h: a small part of revision 1.40 usbdivar.h: revision 1.47 Relevant commit messages from NetBSD are: date: 2000/02/22 11:30:54; author: augustss; state: Exp; Prepare a little for having USB interrupt processing done outside the hard interrupt level (in a thread or a softintr). No real soft processing done yet. ---------------------------- date: 2000/02/01 05:42:53; author: augustss; state: Exp; Put some #ifdefs around power and shutdown hooks. Revision Changes Path 1.60 +48 -12 src/sys/dev/usb/ohci.c 1.23 +6 -4 src/sys/dev/usb/ohcivar.h 1.77 +20 -7 src/sys/dev/usb/uhci.c 1.25 +3 -2 src/sys/dev/usb/usbdi.h 1.20 +4 -3 src/sys/dev/usb/usbdivar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message