From owner-freebsd-usb@FreeBSD.ORG Wed Nov 3 21:01:25 2004 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86E0D16A4CE; Wed, 3 Nov 2004 21:01:25 +0000 (GMT) Received: from mail.vicor-nb.com (bigwoop.vicor-nb.com [208.206.78.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 621D843D5E; Wed, 3 Nov 2004 21:01:25 +0000 (GMT) (envelope-from julian@elischer.org) Received: from elischer.org (julian.vicor-nb.com [208.206.78.97]) by mail.vicor-nb.com (Postfix) with ESMTP id 20FFB7A443; Wed, 3 Nov 2004 13:01:23 -0800 (PST) Message-ID: <41894722.5060908@elischer.org> Date: Wed, 03 Nov 2004 13:01:22 -0800 From: Julian Elischer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3.1) Gecko/20030516 X-Accept-Language: en, hu MIME-Version: 1.0 To: Ian Dowse References: <200411030152.iA31qoLv069164@repoman.freebsd.org> In-Reply-To: <200411030152.iA31qoLv069164@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: usb@freebsd.org Subject: Re: cvs commit: src/sys/dev/usb ehci.c ehcireg.h uhub.c usb_subr.c usbdivar.h X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Nov 2004 21:01:25 -0000 Ian Dowse wrote: >iedowse 2004-11-03 01:52:50 UTC > > FreeBSD src repository > > Modified files: > sys/dev/usb ehci.c ehcireg.h uhub.c usb_subr.c > usbdivar.h > Log: > Merge recent USB2/EHCI related changes from NetBSD: > o Reduce the interrupt delay to 2 microframes. > This is an improvement but still too long really. We should try get a notification when your last request has completed.. 2uFrames is still 250uSecs limiting you to 4000 transactions per second. great for mice and stuff.. still a limitation for some devices.. for example ugen only transfers 1024 byte requests (or at least did last time I looked) so you are still limitted to 4MB/sec transfer on a ugen device.. (I fixed that locally here by allowing ugen to ask for up to 16KB transfers.. but that's a workaround) > > > >