From owner-cvs-all@FreeBSD.ORG Sun Nov 9 16:16:37 2003 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 1DC5916A4CE; Sun, 9 Nov 2003 16:16:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9095643F75; Sun, 9 Nov 2003 16:16:36 -0800 (PST) (envelope-from joe@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAA0GaXJ047652; Sun, 9 Nov 2003 16:16:36 -0800 (PST) (envelope-from joe@repoman.freebsd.org) Received: (from joe@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAA0GaKu047651; Sun, 9 Nov 2003 16:16:36 -0800 (PST) (envelope-from joe) Message-Id: <200311100016.hAA0GaKu047651@repoman.freebsd.org> From: Josef Karthauser Date: Sun, 9 Nov 2003 16:16:36 -0800 (PST) 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 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: Mon, 10 Nov 2003 00:16:37 -0000 joe 2003/11/09 16:16:36 PST FreeBSD src repository Modified files: sys/dev/usb ohci.c Log: MFNetBSD: revision 1.142 date: 2003/10/11 03:04:26; author: toshii Fix a done list handling bug which exhibits under high shared interrupt rate and bus traffic. As the interrupt register is read after checking hcca_done_head, there was a small chance of dropping a done list. Ignore OHCI_WDH interrupt bit if hcca_done_head is zero so that OHCI_WDH is processed later. Revision Changes Path 1.136 +2 -1 src/sys/dev/usb/ohci.c