From owner-cvs-all@FreeBSD.ORG Sun Mar 13 04:07:41 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CA6516A4CF; Sun, 13 Mar 2005 04:07:41 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 633EA43D2D; Sun, 13 Mar 2005 04:07:41 +0000 (GMT) (envelope-from iedowse@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2D47fI3007109; Sun, 13 Mar 2005 04:07:41 GMT (envelope-from iedowse@repoman.freebsd.org) Received: (from iedowse@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2D47fbe007108; Sun, 13 Mar 2005 04:07:41 GMT (envelope-from iedowse) Message-Id: <200503130407.j2D47fbe007108@repoman.freebsd.org> From: Ian Dowse Date: Sun, 13 Mar 2005 04:07:41 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb ehci.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Mar 2005 04:07:41 -0000 iedowse 2005-03-13 04:07:41 UTC FreeBSD src repository Modified files: sys/dev/usb ehci.c Log: Fix the arrangement of periodic QH tree to give the correct interval between passes over a QH. Previously the accesses to a QH were bunched together in time, so the interval was often much longer than intended. This now appears to match the diagrams in the EHCI spec, so remove the XXX comment. Revision Changes Path 1.31 +6 -4 src/sys/dev/usb/ehci.c