From owner-freebsd-current@FreeBSD.ORG Tue Apr 20 05:23:53 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 84E7B16A4CE; Tue, 20 Apr 2004 05:23:53 -0700 (PDT) Received: from nwkea-mail-2.sun.com (nwkea-mail-2.sun.com [192.18.42.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A58343D48; Tue, 20 Apr 2004 05:23:53 -0700 (PDT) (envelope-from tomppa@finland.sun.com) Received: from sunfin.Finland.Sun.COM ([129.159.101.10]) by nwkea-mail-2.sun.com (8.12.10/8.12.9) with ESMTP id i3KCNphO001962; Tue, 20 Apr 2004 05:23:52 -0700 (PDT) Received: from ultrahot.finland.sun.com (ultrahot [129.159.101.87]) ESMTP id i3KCNpFI002949; Tue, 20 Apr 2004 15:23:51 +0300 (EEST) Received: from ultrahot.finland.sun.com (localhost [127.0.0.1]) i3KCNoC2016364 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 20 Apr 2004 15:23:50 +0300 (EEST) Received: (from tomppa@localhost)i3KCNoKN016347; Tue, 20 Apr 2004 15:23:50 +0300 (EEST) From: Tomi Vainio - Sun Finland MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16517.5718.128004.360738@ultrahot.finland.sun.com> Date: Tue, 20 Apr 2004 15:23:50 +0300 To: freebsd-current@freebsd.org X-Mailer: VM 7.18 under 21.4 (patch 9) "Informed Management" XEmacs Lucid Subject: PCI interrupt routing with APIC broken again X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Tomi.Vainio@Sun.COM List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Apr 2004 12:23:53 -0000 Hi, My SMP system is seeing continous interrupt storm from acpi irq20. Originally this is a bug on my mobo but John has fixed it already twice tweaking the code. I've cvsupped source 10th and 17th of April and it broke between these so probably PCI changes did something. Any idea how to fix this now? acpi0: Overriding SCI Interrupt from IRQ 9 to IRQ 20 # vmstat -i interrupt total rate irq1: atkbd0 300 0 irq0: clk 23517218 99 irq8: rtc 30102353 127 irq12: psm0 3214 0 irq14: ata0 10 0 irq15: ata1 55 0 irq16: ahc0 ahc1 118669 0 irq17: fxp0 67232 0 irq19: uhci0 bktr0 36162124 153 irq20: acpi0 3063111398 13024 irq9: intpm0 37606 0 Total 3153120179 13407 Tomppa