From owner-cvs-all Mon Apr 1 13:34: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 120D737B400; Mon, 1 Apr 2002 13:34:02 -0800 (PST) Received: (from joe@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g31LY2C56050; Mon, 1 Apr 2002 13:34:02 -0800 (PST) (envelope-from joe) Message-Id: <200204012134.g31LY2C56050@freefall.freebsd.org> From: Josef Karthauser Date: Mon, 1 Apr 2002 13:34:02 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb ohci.c uhci.c usb.c usb_port.h usbdi.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/01 13:34:01 PST Modified files: sys/dev/usb ohci.c uhci.c usb.c usb_port.h usbdi.c usbdi.h usbdivar.h Log: MFNetBSD: ohci.c (1.99), uhci.c (1.133), usb.c (1.49), usb_port.h (1.39), usbdi.c (1.79), usbdi.h (1.47), usbdivar.h (1.62) date: 2001/01/21 02:39:52; author: augustss; Add code to use soft interrupt to handle USB interrupt processing. Don't enable the code since it doesn't work with the kludgy Ethernet drivers. Revision Changes Path 1.78 +4 -4 src/sys/dev/usb/ohci.c 1.99 +4 -4 src/sys/dev/usb/uhci.c 1.63 +41 -2 src/sys/dev/usb/usb.c 1.45 +2 -0 src/sys/dev/usb/usb_port.h 1.56 +5 -1 src/sys/dev/usb/usbdi.c 1.32 +6 -9 src/sys/dev/usb/usbdi.h 1.29 +11 -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