From owner-cvs-src@FreeBSD.ORG Thu May 6 02:21:06 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 1EDEA16A4CE; Thu, 6 May 2004 02:21:06 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E93EB43D41; Thu, 6 May 2004 02:21:05 -0700 (PDT) (envelope-from silby@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i469L5Ge021725; Thu, 6 May 2004 02:21:05 -0700 (PDT) (envelope-from silby@repoman.freebsd.org) Received: (from silby@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i469L5Ct021724; Thu, 6 May 2004 02:21:05 -0700 (PDT) (envelope-from silby) Message-Id: <200405060921.i469L5Ct021724@repoman.freebsd.org> From: Mike Silbersack Date: Thu, 6 May 2004 02:21:05 -0700 (PDT) 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 ohcireg.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: Thu, 06 May 2004 09:21:06 -0000 silby 2004/05/06 02:21:05 PDT FreeBSD src repository Modified files: sys/dev/usb ohcireg.h Log: Remove "Scheduling overrun" interrupts from the set of normal interrupts that the OHCI driver uses. Broken OHCI devices (like the controller in my laptop, apparently) like to set this bit at times. Research through google shows that this problem has shown up on other systems as well. As the scheduling overrun handler doesn't actually do anything, and the only effect is console spamming, disabling the interrupt seems to be the right thing to do. (And it is also what linux 2.6 does.) Revision Changes Path 1.21 +1 -1 src/sys/dev/usb/ohcireg.h