From owner-cvs-src@FreeBSD.ORG Wed Nov 3 02:01:09 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE92D16A4CE; Wed, 3 Nov 2004 02:01:09 +0000 (GMT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21F6143D53; Wed, 3 Nov 2004 02:01:09 +0000 (GMT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 0630C652EC; Wed, 3 Nov 2004 02:01:07 +0000 (GMT) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 90310-02; Wed, 3 Nov 2004 02:01:06 +0000 (GMT) Received: from empiric.dek.spc.org (dhcp120.icir.org [192.150.187.120]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id D29EF65292; Wed, 3 Nov 2004 02:01:05 +0000 (GMT) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id 561166252; Tue, 2 Nov 2004 18:00:52 -0800 (PST) Date: Tue, 2 Nov 2004 18:00:52 -0800 From: Bruce M Simpson To: Ian Dowse Message-ID: <20041103020052.GC32562@dhcp120.icir.org> Mail-Followup-To: Ian Dowse , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200411030152.iA31qoLv069164@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200411030152.iA31qoLv069164@repoman.freebsd.org> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/usb ehci.c ehcireg.h uhub.c usb_subr.c usbdivar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Nov 2004 02:01:09 -0000 On Wed, Nov 03, 2004 at 01:52:50AM +0000, Ian Dowse wrote: > Log: > Merge recent USB2/EHCI related changes from NetBSD: > o Reduce the interrupt delay to 2 microframes. > o Follow the spec more closely when updating the overlay qTD in the QH. > o No need to generate an interrupt at the data part of a control > transfer, it's generated by the status transfer. > o Make sure to update the data toggle on short transfers. > o Turn the printf about needing toggle update into a DPRINTF. > o Keep track of what high speed port (if any) a device belongs to > so we can set the transaction translator fields for the transfer. > o Verbosely refuse to open low/full speed pipes that depend on > unimplemented split transaction support. This looks very, very promising. BMS