From owner-freebsd-questions@FreeBSD.ORG Sun Sep 7 23:27:08 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 21BAB1065675 for ; Sun, 7 Sep 2008 23:27:08 +0000 (UTC) (envelope-from scott.gasch@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.225]) by mx1.freebsd.org (Postfix) with ESMTP id D9A2C8FC15 for ; Sun, 7 Sep 2008 23:27:07 +0000 (UTC) (envelope-from scott.gasch@gmail.com) Received: by wx-out-0506.google.com with SMTP id s17so46447wxc.7 for ; Sun, 07 Sep 2008 16:27:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=+LknTLjj9xUhGAHqkEXwyQ23u/0Ab7JFo82hfi1cZwM=; b=vtPNRK4T69i464S/xeqCk50k7bCaynDbeDGf6EwEpAV3dVdXCNjSkHtVQY86YlND0z g3/SeF/3xKwn8uYPJKtKFzHneMNnooSxl/7sz20VpGy4QjdO7pQdueVxcl7TAOuby4/2 R5CmhXWR2j0h3yBG2yzmp75QdIp1gmoP9fveI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=V4ZUy1Z3R3ikwdAuu4+nlxz4KuuV1ZxtvEIFgqOMtGdGsMzzcl2uHHZYdL/apOCgvl rE0UVzXmj2zGxaX4/txyLWumJdia5oeYGuJCaVb9DJ4ByTiV0lbReVTwBIHPcJj7tIeq 6KSiEISU6pCi42ChD+WuihcOm2TJGPdgqEnb8= Received: by 10.70.18.11 with SMTP id 11mr18113215wxr.73.1220828826677; Sun, 07 Sep 2008 16:07:06 -0700 (PDT) Received: by 10.70.60.3 with HTTP; Sun, 7 Sep 2008 16:07:06 -0700 (PDT) Message-ID: Date: Sun, 7 Sep 2008 16:07:06 -0700 From: "Scott Gasch" To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: irq19 uhci interrupts taking ~100% of one core? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Sep 2008 23:27:08 -0000 Hi, I'm running freebsd 7.0-RELEASE-p4 on a 4-core amd64 box. nearly 100% of 1 cpu is constantly being used handling irq19: uhci4 interrupts. This seems to happen both with and without any USB devices plugged in: vmstat -i interrupt total rate irq1: atkbd0 5 0 irq6: fdc0 1 0 irq17: mskc0 dc0 1180547 18 irq18: skc0 uhci2* 163250699 2512 irq19: uhci4++ 3187989508 49072 irq23: uhci3 ehci1 31 0 cpu0: timer 129208570 1988 cpu1: timer 129208457 1988 cpu2: timer 125750147 1935 cpu3: timer 125750122 1935 Total 3862338087 59452 dmesg uhci4: port 0xa400-0xa41f irq 19 at device 29.1 on pci0 uhci4: [GIANT-LOCKED] uhci4: [ITHREAD] Any idea what's going on here and/or how to fix this? Thx, Scott