From owner-freebsd-current@FreeBSD.ORG Wed Mar 30 17:26:16 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 EF4C516A4CE for ; Wed, 30 Mar 2005 17:26:16 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D15543D49 for ; Wed, 30 Mar 2005 17:26:16 +0000 (GMT) (envelope-from dan.cojocar@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so235661wra for ; Wed, 30 Mar 2005 09:26:15 -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=oLdGs+nBbZKCxV5oyP90j+mTQGUh3gI/xo3qwCwaMnP5hQdp8m6sy0qTvPa6gt3F55KUBwZEiUjTlLDNBYMNgOZSy/xgbECaBSKO4tU59g14ADn3BpqWHx/rfE/ZBNoZuEixhJh6bQ7HspyPdjML+bcldlt13oFAA+giejwTrLo= Received: by 10.54.37.1 with SMTP id k1mr548882wrk; Wed, 30 Mar 2005 09:26:15 -0800 (PST) Received: by 10.54.26.4 with HTTP; Wed, 30 Mar 2005 09:26:15 -0800 (PST) Message-ID: Date: Wed, 30 Mar 2005 20:26:15 +0300 From: Dan Cojocar To: freebsd-current@freebsd.org In-Reply-To: <20050330104117.A52981@lexi.siliconlandmark.com> 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> <20050329154013.B52981@lexi.siliconlandmark.com> <20050330104117.A52981@lexi.siliconlandmark.com> 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: Wed, 30 Mar 2005 17:26:17 -0000 On Wed, 30 Mar 2005 10:53:48 -0500 (EST), Andre Guibert de Bruet wrote: > > On Wed, 30 Mar 2005, Dan Cojocar wrote: > > > On Tue, 29 Mar 2005 15:46:52 -0500 (EST), Andre Guibert de Bruet wrote: > >> > >> Have you tried booting this machine using GENERIC with ACPI turned off? > > > > I tried running GENERIC and i get the following lor and watchdog > > timeout, no interrupt storms: > --- 8< --- --- 8< --- > > Here is the full dmesg: http://cs.ubbcluj.ro/~dan/dmesg.txt.generic > > I tried also my kernel with apic, i don't get interrupt storms but > > i get watchdog timeout message just like with GENERIC. > > Here is the full dmesg: http://cs.ubbcluj.ro/~dan/dmesg.txt.apic > > And finally i tried my kernel without apic and without acpi, it's > > running just fine, no interrupt storms, no watchdog timeout, but i > > don't have acpi :(, here is the final > > dmesg: http://cs.ubbcluj.ro/~dan/dmesg.txt.noacpi. > > It looks like your motherboard's DSDT is doing something hokey. I would > complain to the board manufacturer about this. For the timebeing, you can > dump the DSDT into ASL format, modify it, compile it back to DSDT and load > a proper version on system startup. If this is your first time, you > probably want to run "acpidump -d > my.asl" and make the resulting file > available somewhere. > > Would you also mind sharing the kernel config file that was used to build > the kernel that gaves you the mother of all interrupt parties? > Here is my asl: http://cs.ubbcluj.ro/~dan/my.asl And here is my kernel config: http://cs.ubbcluj.ro/~dan/FREE Thanks, Dan