From owner-freebsd-current@FreeBSD.ORG Tue Apr 20 06:29:08 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 5527216A4CE for ; Tue, 20 Apr 2004 06:29:08 -0700 (PDT) Received: from mailhub2.midco.net (mailhub2.midco.net [24.220.0.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF55B43D46 for ; Tue, 20 Apr 2004 06:29:07 -0700 (PDT) (envelope-from pmes@bis.midco.net) Received: (qmail 24229 invoked by uid 0); 20 Apr 2004 14:29:10 -0000 Received: from host-195-219-220-24.midco.net (HELO bis.midco.net) ([24.220.219.195]) (envelope-sender ) by lvs-pop.midco.net (qmail-ldap-1.03) with SMTP for ; 20 Apr 2004 14:29:10 -0000 Message-ID: <408525A2.8010005@bis.midco.net> Date: Tue, 20 Apr 2004 08:29:06 -0500 From: Peter Schultz User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7b) Gecko/20040405 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tomi.Vainio@Sun.COM References: <16517.5718.128004.360738@ultrahot.finland.sun.com> In-Reply-To: <16517.5718.128004.360738@ultrahot.finland.sun.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org Subject: Re: PCI interrupt routing with APIC broken again 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: Tue, 20 Apr 2004 13:29:08 -0000 Tomi Vainio - Sun Finland wrote: > 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? > Have you tried setting `hw.acpi.force_sci_lo=1' at the loader prompt? Pete... > 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 >