From owner-freebsd-stable@FreeBSD.ORG Thu Mar 1 21:14:02 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4035F106566C for ; Thu, 1 Mar 2012 21:14:02 +0000 (UTC) (envelope-from gorshkov.pavel@gmail.com) Received: from imp01.mtu.ru (imp01.mtu.ru [62.5.255.10]) by mx1.freebsd.org (Postfix) with ESMTP id BE3268FC1B for ; Thu, 1 Mar 2012 21:14:01 +0000 (UTC) Received: from localhost.my.domain ([91.79.72.109]) by imp01.mtu.ru with bizsmtp id gMDz1i00u2MUDAr01ME0YK; Fri, 02 Mar 2012 01:14:00 +0400 Received: from localhost (localhost [127.0.0.1]) by localhost.my.domain (8.14.5/8.14.5) with ESMTP id q21LDuwT002684; Fri, 2 Mar 2012 01:13:56 +0400 (MSK) (envelope-from gorshkov.pavel@gmail.com) Date: Fri, 2 Mar 2012 01:13:56 +0400 From: Pavel Gorshkov To: YongHyeon PYUN Message-ID: <20120301211356.GA2603@localhost> References: <20120228210329.GA2741@localhost> <20120302012955.GC1685@michelle.cdnetworks.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120302012955.GC1685@michelle.cdnetworks.com> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-stable@freebsd.org Subject: Re: msk0: interrupt storm X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2012 21:14:02 -0000 On Thu, Mar 01, 2012 at 05:29:55PM -0800, YongHyeon PYUN wrote: > On Wed, Feb 29, 2012 at 01:03:29AM +0400, Pavel Gorshkov wrote: > > My laptop running 9.0-RELEASE/amd64/GENERIC freezes and > > (sometimes) unfreezes intermittently, logging the following: > > > > Feb 28 23:07:36 lifebook kernel: interrupt storm detected on "irq259:"; throttling interrupt source > > > > $ vmstat -i > > ... > > irq259: mskc0 11669511 3456 > > > > > > Looks very similar to this: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=164569 > > > > Any suggestions? > > Try disabling MSI and see whether that makes any difference. hw.msk.msi_disable is not recognized as a valid sysctl variable and I'm not sure about it having any effect whatsoever, but putting hw.msk.msi_disable=1 into /boot/loader.conf seems to have resulted in this: irq16: mskc0 uhci0 355402 884 that is, msk0 is now on irq16, but the freezes are still there: Mar 1 23:55:12 lifebook kernel: interrupt storm detected on "irq16:"; throttling interrupt source