From owner-freebsd-current@FreeBSD.ORG Tue Mar 29 20:29:17 2005 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 22C2D16A4CE for ; Tue, 29 Mar 2005 20:29:17 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6A6F43D39 for ; Tue, 29 Mar 2005 20:29:16 +0000 (GMT) (envelope-from dan.cojocar@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so637670wra for ; Tue, 29 Mar 2005 12:29:16 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=QG0Pr33Lc9gHeESX8zX4MDDsX9HiUqQ71fAnWYa3l3rwwX0QTpQGvMzh7DXxZyQDMv1Gkxoje5+jk2IC3XhvZZteKuyXzoQ90VlWg2Wnd/K/ygrwRPsKiI8jKRlZqaXrutJ2e1XpvoMfIe34fHAV+Sw1yjfq2FecKbjPnMHR7Fk= Received: by 10.54.13.77 with SMTP id 77mr1859682wrm; Tue, 29 Mar 2005 12:29:15 -0800 (PST) Received: by 10.54.26.4 with HTTP; Tue, 29 Mar 2005 12:29:15 -0800 (PST) Message-ID: Date: Tue, 29 Mar 2005 23:29:15 +0300 From: Dan Cojocar To: Mike Tancsa In-Reply-To: <6.2.1.2.0.20050329143237.02f15990@64.7.153.2> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <6.2.1.2.0.20050329135821.04e24620@64.7.153.2> <6.2.1.2.0.20050329141154.04e19838@64.7.153.2> <6.2.1.2.0.20050329143237.02f15990@64.7.153.2> cc: freebsd-current@freebsd.org Subject: Re: Interrupt storm X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dan Cojocar List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2005 20:29:17 -0000 On Tue, 29 Mar 2005 14:33:44 -0500, Mike Tancsa wrote: > At 02:29 PM 29/03/2005, Dan Cojocar wrote: > > I have enabled in BIOS and loaded audio driver and USB and i get > >the following storm: > >Interrupt storm detected on "irq11: pcm0 rl1+"; throttling interrupt source > >Interrupt storm detected on "irq5: rl0"; throttling interrupt source > > Any different if you comment out > device apic # I/O APIC > I don't have device apic in my kernel. I updated my BIOS, as Jung-uk Kim suggested, and now i have 3 interrupt stroms :) Interrupt storm detected on "irq10: rl0 ohci1"; throttling interrupt source Interrupt storm detected on "irq11: rl1 ehci0"; throttling interrupt source Interrupt storm detected on "irq5: ohci0"; throttling interrupt source Here is my new dmesg http://www.cs.ubbcluj.ro/~dan/dmesg.txt Thanks, Dan