From owner-freebsd-current@FreeBSD.ORG Fri Aug 27 15:33:58 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37FCD16A4CE for ; Fri, 27 Aug 2004 15:33:58 +0000 (GMT) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0FDF43D45 for ; Fri, 27 Aug 2004 15:33:57 +0000 (GMT) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.12.10/8.12.10) with ESMTP id i7RFXvJt025262 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 27 Aug 2004 11:33:57 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.12.9p2/8.12.9/Submit) id i7RFXqrh032727; Fri, 27 Aug 2004 11:33:52 -0400 (EDT) (envelope-from gallatin) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16687.21600.382928.582209@grasshopper.cs.duke.edu> Date: Fri, 27 Aug 2004 11:33:52 -0400 (EDT) To: freebsd-current@freebsd.org X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Subject: spurrious interrupt problem X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Aug 2004 15:33:58 -0000 I have a quad processor amd64 box running RELENG_5 where we're seeing some spurrious interrupts from the usb ohci controller. The people on site claim there is nothing plugged in to the USB ports, yet we get tons of ohci interrupts. Note the 1:1 relationship with interrupts for bge0 -- irq 19 and irq 31 seem to be "wired" together. Eg, for every interrupt on irq 31 (bge), I get a spurrious interrupt on irq 19 (ohci). % vmstat -i interrupt total rate irq0: clk 2662019 1023 irq4: sio0 192 0 irq6: fdc0 5 0 irq8: rtc 332638 127 irq14: ata0 47 0 irq19: ohci0 ohci1 15019 5 irq29: mpt0 16 0 irq30: mpt1 1746 0 irq31: bge0 15011 5 Total 3026693 1163 I've left verbose boot, mptable and acpidump output at http://people.freebsd.org/~gallatin/quartet The box is ~3000 miles away and getting it power-cycled is a pain, so I haven't tried removing device acpi, as I'm not sure that's supported on AMD64. Thanks, Drew