From owner-cvs-all@FreeBSD.ORG Fri Dec 31 08:40: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 E855516A4CE; Fri, 31 Dec 2004 08:40:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0BAA43D53; Fri, 31 Dec 2004 08:40: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 iBV8e4Cj082417; Fri, 31 Dec 2004 08:40:04 GMT (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBV8e4fi082416; Fri, 31 Dec 2004 08:40:04 GMT (envelope-from julian) Message-Id: <200412310840.iBV8e4fi082416@repoman.freebsd.org> From: Julian Elischer Date: Fri, 31 Dec 2004 08:40:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 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:40:05 -0000 julian 2004-12-31 08:40:04 UTC FreeBSD src repository Modified files: (Branch: RELENG_4) 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.39.2.14 +26 -15 src/sys/dev/usb/ohci.c