From owner-freebsd-current@FreeBSD.ORG Tue Mar 29 19:11:45 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 776E616A4CE for ; Tue, 29 Mar 2005 19:11:45 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AC9243D3F for ; Tue, 29 Mar 2005 19:11:45 +0000 (GMT) (envelope-from dan.cojocar@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so610205wra for ; Tue, 29 Mar 2005 11:11:44 -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=M1j/LeHjunvlfgRAYuInjLUHQsrcn4bIMAVs/v5Jlqteh/pIQXdFx9w/oDNi5PaxS6dbMviji8rB+ehss7HRxaqYDBG97hWIbHWB3XEv2T5/kP5MhGaS5fh7eplhYEMcy3Hilw12ndJLx0pb3UJsDlAIseqD8Bs0E1jBeXoaDLU= Received: by 10.54.98.18 with SMTP id v18mr235998wrb; Tue, 29 Mar 2005 11:11:43 -0800 (PST) Received: by 10.54.26.4 with HTTP; Tue, 29 Mar 2005 11:11:43 -0800 (PST) Message-ID: Date: Tue, 29 Mar 2005 22:11:43 +0300 From: Dan Cojocar To: Mike Tancsa In-Reply-To: <6.2.1.2.0.20050329135821.04e24620@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> 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 19:11:45 -0000 On Tue, 29 Mar 2005 13:59:28 -0500, Mike Tancsa wrote: > At 01:22 PM 29/03/2005, Dan Cojocar wrote: > >Hello all, > > > >I noticed the following interrupt storm in my dmesg: > > > >Interrupt storm detected on "irq11: rl1"; throttling interrupt source > >Interrupt storm detected on "irq5: rl0"; throttling interrupt source > > If you disable USB in the BIOS, does it make the problem go away ? Or, if > it is disabled, the dmesg seems to be showing that its still there. Try > defining the driver for the USB controller, with USB enabled in the BIOS. > I have disables the USB from BIOS and i have the same storm. Thanks, Dan