From owner-freebsd-stable@FreeBSD.ORG Wed Jan 21 03:32:41 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9DEE8106566B for ; Wed, 21 Jan 2009 03:32:41 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.237]) by mx1.freebsd.org (Postfix) with ESMTP id 636C78FC18 for ; Wed, 21 Jan 2009 03:32:41 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so3553665rvf.43 for ; Tue, 20 Jan 2009 19:32:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:received:date:from :to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=bHr2oxpPhE5hQWaY+IMugs7ij9H365ICol8OG4uAlUc=; b=xg0Xs9jnuE6mWo4GYW//VIR5Ud5nOGYk/wEmFI0RxffYB/XU2+NrhOWwtYAcA2nPxK ZOz0RkEIJJfu3zwTgeJ32aumUeDjit6kCEgLxuhrKwERjSQyRekdZ3DIHq9yzD6DGZPa 34Q1qinDVNMkltqZqqZc58Wxe1GTWJIcz/SmY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=WtOGGsSGJFA8MwCSyey3K8qYVuOyCEP3bsyRYuv3nPpQfb3tAkCW2Q6+3PznFQ4M4g TwhsiM40clri25PC5aL5HIIdKXdTng3ZFKNRe8al2nCWUph3GFUPRnm4hBpTWP++ahto DrWee9bjBH7X5xOoJPW27ixWRNitCo7Lewm4Q= Received: by 10.141.89.13 with SMTP id r13mr3717728rvl.271.1232508757572; Tue, 20 Jan 2009 19:32:37 -0800 (PST) Received: from michelle.cdnetworks.co.kr ([211.53.35.84]) by mx.google.com with ESMTPS id g31sm14101180rvb.4.2009.01.20.19.32.34 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 20 Jan 2009 19:32:36 -0800 (PST) Received: from michelle.cdnetworks.co.kr (localhost.cdnetworks.co.kr [127.0.0.1]) by michelle.cdnetworks.co.kr (8.14.3/8.14.3) with ESMTP id n0L3WUhA084758 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 21 Jan 2009 12:32:30 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.14.3/8.14.3/Submit) id n0L3WRc9084757; Wed, 21 Jan 2009 12:32:27 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Wed, 21 Jan 2009 12:32:27 +0900 From: Pyun YongHyeon To: "Marat N.Afanasyev" Message-ID: <20090121033227.GC84185@cdnetworks.co.kr> References: <496D374A.3020704@langille.org> <496E9A37.20800@langille.org> <496EA339.6010808@ksu.ru> <496EB43A.8010805@langille.org> <496ECB2A.8080609@ksu.ru> <49754FA1.3070004@ksu.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <49754FA1.3070004@ksu.ru> User-Agent: Mutt/1.4.2.3i Cc: freebsd-stable@freebsd.org, Dan Langille Subject: Re: interrupt storm X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jan 2009 03:32:42 -0000 On Tue, Jan 20, 2009 at 07:14:25AM +0300, Marat N.Afanasyev wrote: > Marat N.Afanasyev wrote: > >Dan Langille wrote: > >>Marat N.Afanasyev wrote: > >>>Dan Langille wrote: > >>>>Dan Langille wrote: > >>>>>Hi, > >>>>> > >>>>>I'm getting this: > >>>>> > >>>>>kernel: interrupt storm detected on "irq22:"; throttling interrupt > >>>>>source > >>>what is your motherboard brand? I have the same issue with interrupt > >>>storms, as stated in [1] and I think that it can be related with mb > >>>manyfacturer > >>> > >>>[1] > >>>http://lists.freebsd.org/pipermail/freebsd-stable/2009-January/047644.html > >>> > >>> > >> > >>Opening the case, reading the m/b: > >> > >> K9A2 Platinum MSI > >> > > > >yeah. I suppose that microstar makes something weird in their > >motherboards. I tried to disassemble dsdt and assemble it again -- no > >luck, it has errors ;) more interesting, I've found that dsdt mentions > >windows nt, windowses like millennium, windowses like 2000 and linux > >explicitly. but no mention of any other system. I think this is one of > >cases to investigate, but I have a little experience in dsdt programming :( > > > still no luck with fixing dsdt. I tried to build a custom dsdt, tried to > set hw.acpi.osname="Linux" in /boot/loader.conf, nothing changes. so it > may be related with APIC, not dsdt only. So, if anyone has any idea how > to find out what is happening, please tell me, we'll try to fix this. > > Probably Pyun will give us some advice, wouldn't you? :) > Sorry, I have no idea. > Or should I make a problem report? -- Regards, Pyun YongHyeon