From owner-freebsd-current@FreeBSD.ORG Sat Jul 14 06:53:53 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 22F4316A402 for ; Sat, 14 Jul 2007 06:53:53 +0000 (UTC) (envelope-from llwang@llwang.org) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.169]) by mx1.freebsd.org (Postfix) with ESMTP id B6E7813C48D for ; Sat, 14 Jul 2007 06:53:52 +0000 (UTC) (envelope-from llwang@llwang.org) Received: by ug-out-1314.google.com with SMTP id o4so775369uge for ; Fri, 13 Jul 2007 23:53:51 -0700 (PDT) Received: by 10.78.149.13 with SMTP id w13mr666515hud.1184396031119; Fri, 13 Jul 2007 23:53:51 -0700 (PDT) Received: by 10.78.121.3 with HTTP; Fri, 13 Jul 2007 23:53:51 -0700 (PDT) Message-ID: Date: Sat, 14 Jul 2007 01:53:51 -0500 From: "Li-Lun \"Leland\" Wang" Sender: llwang@llwang.org To: pyunyh@gmail.com In-Reply-To: <20070714042626.GA22511@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> <20070714042626.GA22511@cdnetworks.co.kr> X-Google-Sender-Auth: 62304d9b59cdf98f 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: Sat, 14 Jul 2007 06:53:53 -0000 On 7/13/07, Pyun YongHyeon wrote: > Ok, try attached patch after adding 'hw.msk.legacy_intr="1"' to > /boot/loader.conf. If you use msk(4) kernel module use > kenv(1) to set the tunable. The patch seems to be working. The interface hasn't hung once ever since. Thank you very much for you work. I greatly appreciate it. -- llwang