From owner-cvs-all@FreeBSD.ORG Fri Dec 31 08:39:04 2004 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 4A62A16A4CE; Fri, 31 Dec 2004 08:39:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 226B643D39; Fri, 31 Dec 2004 08:39:04 +0000 (GMT) (envelope-from julian@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 iBV8d4GP082365; Fri, 31 Dec 2004 08:39:04 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBV8d4tq082364; Fri, 31 Dec 2004 08:39:04 GMT (envelope-from julian) Message-Id: <200412310839.iBV8d4tq082364@repoman.freebsd.org> From: Julian Elischer Date: Fri, 31 Dec 2004 08:39:03 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/dev/usb ohci.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: Fri, 31 Dec 2004 08:39:04 -0000 julian 2004-12-31 08:39:03 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/usb ohci.c Log: MFC: Slightly reorganise part of the ohci_softintr() function to better keep track of the total amoutn transferred during a transfer. Seems similar to some code in the NetBSD version. I notice they have incorporated matches from him so I don't know which direction it went. Submitted by: damien.bergamini@free.fr Obtained from: patches to make the ueagle driver work Revision Changes Path 1.144.2.2 +26 -15 src/sys/dev/usb/ohci.c