From owner-cvs-all Sun Jan 20 12:12:35 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 546DF37B400; Sun, 20 Jan 2002 12:12:29 -0800 (PST) Received: (from joe@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0KKCT343890; Sun, 20 Jan 2002 12:12:29 -0800 (PST) (envelope-from joe) Message-Id: <200201202012.g0KKCT343890@freefall.freebsd.org> From: Josef Karthauser Date: Sun, 20 Jan 2002 12:12:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb uhci.c uhcivar.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/20 12:12:29 PST Modified files: sys/dev/usb uhci.c uhcivar.h Log: Merge from NetBSD: uhci.c: -r1.123 (and a tiny bit of -r1.92) uhcivar.h: -r1.32 date: 2000/08/13 16:18:09; author: augustss; state: Exp; Implement what in Intel-speech is known as "bandwidth reclamation". It means that we continously poll USB devices that have a pending transfer instead of polling just once every ms. This speeds up some transfers at the expense of using more PCI bandwidth. Revision Changes Path 1.71 +156 -47 src/sys/dev/usb/uhci.c 1.25 +7 -3 src/sys/dev/usb/uhcivar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message