From owner-freebsd-current@FreeBSD.ORG Fri Jul 13 14:53:59 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2948916A407 for ; Fri, 13 Jul 2007 14:53:59 +0000 (UTC) (envelope-from llwang@llwang.org) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.232]) by mx1.freebsd.org (Postfix) with ESMTP id E67B013C428 for ; Fri, 13 Jul 2007 14:53:58 +0000 (UTC) (envelope-from llwang@llwang.org) Received: by wr-out-0506.google.com with SMTP id i23so348321wra for ; Fri, 13 Jul 2007 07:53:58 -0700 (PDT) Received: by 10.78.21.7 with SMTP id 7mr491531huu.1184336820512; Fri, 13 Jul 2007 07:27:00 -0700 (PDT) Received: by 10.78.121.3 with HTTP; Fri, 13 Jul 2007 07:27:00 -0700 (PDT) Message-ID: Date: Fri, 13 Jul 2007 09:27:00 -0500 From: "Li-Lun \"Leland\" Wang" Sender: llwang@llwang.org To: pyunyh@gmail.com In-Reply-To: <20070713100829.GC17801@cdnetworks.co.kr> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070713084325.GA47351@Athena.infor.org> <20070713100829.GC17801@cdnetworks.co.kr> X-Google-Sender-Auth: e6e294faa11b3ca8 Cc: freebsd-current@freebsd.org Subject: Re: threadlock and msk watchdog timeout X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 13 Jul 2007 14:53:59 -0000 On 7/13/07, Pyun YongHyeon wrote: > Does msk(4) use shared interrupt? > Show me the output of "vmstat -i". Here is the output of vmstat -i. interrupt total rate irq1: atkbd0 677 1 irq16: mskc0 uhci0 9423 15 irq18: ehci0 uhci+ 9444 15 irq19: atapci0++ 14362 22 irq22: pcm0 15 0 cpu0: timer 1251072 1995 cpu1: timer 1251206 1995 Total 2536199 4044 One thing I forgot to mention is that I've already disabled MSI on this system. Regards, -- llwang