From owner-freebsd-current@FreeBSD.ORG Sat Apr 2 11:56:56 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 B67C416A4CE for ; Sat, 2 Apr 2005 11:56:56 +0000 (GMT) Received: from mx14.yandex.ru (mx14.yandex.ru [213.180.200.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 625BF43D1D for ; Sat, 2 Apr 2005 11:56:55 +0000 (GMT) (envelope-from k-gleb@yandex.ru) Received: from [194.226.125.34] ([194.226.125.34]:15399 "EHLO h1.d" smtp-auth: "k-gleb" TLS-CIPHER: TLS-PEER-CN1: ) by mail.yandex.ru with ESMTP id S1782512AbVDBL4t (ORCPT ); Sat, 2 Apr 2005 15:56:49 +0400 X-Comment: RFC 2476 MSA function at mx14.yandex.ru logged sender identity as: k-gleb Received: by h1.d (Postfix, from userid 1000) id F13D392ED; Sat, 2 Apr 2005 14:18:39 +0300 (EEST) Date: Sat, 2 Apr 2005 14:18:39 +0300 From: Gleb Kurtsov To: Dan Cojocar Message-ID: <20050402111839.GA847@h1.d> Mail-Followup-To: Dan Cojocar , freebsd-current@freebsd.org, Nate Lawson References: <6.2.1.2.0.20050329143237.02f15990@64.7.153.2> <20050329154013.B52981@lexi.siliconlandmark.com> <20050330104117.A52981@lexi.siliconlandmark.com> <20050330123458.T52981@lexi.siliconlandmark.com> <424C41C3.50705@root.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.6i cc: freebsd-current@freebsd.org cc: Nate Lawson Subject: Re: Interrupt storm 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: Sat, 02 Apr 2005 11:56:56 -0000 On (31/03/2005 21:38), Dan Cojocar wrote: > On Thu, 31 Mar 2005 10:30:27 -0800, Nate Lawson wrote: > > Andre Guibert de Bruet wrote: > > > > > > On Wed, 30 Mar 2005, Dan Cojocar wrote: > > > > > >> On Wed, 30 Mar 2005 10:53:48 -0500 (EST), Andre Guibert de Bruet wrote: > > >> > > >>> On Wed, 30 Mar 2005, Dan Cojocar wrote: > > >>> > > >>>> > > >>>> 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. if you want to get acpi you have to use old acpi pci link code. cd sys/dev/acpica; cvs update -D 23-Nov-2004 -Pd acpi_pci[^.]* it works fine for me with recent current. > > >>> 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 > > > > Is this on 5.x? There's a quirk for a broken APIC override for the > > timer interrupt for NVIDIA chipsets but I don't think it's been MFCd yet. > > > Hello Nate, > That was on -current, from Tue Mar 29 21:00:00 EEST 2005, but i have > now a current from today and i get the same storm. > Thanks, > Dan > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"