From owner-freebsd-current@FreeBSD.ORG Fri Jul 20 00:26:43 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B3D9E16A417 for ; Fri, 20 Jul 2007 00:26:43 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.239]) by mx1.freebsd.org (Postfix) with ESMTP id 09A0213C481 for ; Fri, 20 Jul 2007 00:26:42 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so585959nzf for ; Thu, 19 Jul 2007 17:26:42 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; 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; b=KRbkwSGV4s1wuEfLQ/MbfP5ugAWFFUWokocNV1z1sIyV/QmQ/Vr2l7bLGHFm6zx1dhXdii9Y6QO5ZOQoxq7AyAPomk7jLIaiYnC3gvQgLmoXArD9p/tyHumo2KBiJXkrDtVwgp0YQUpeTcOfAaStYU4HAS5evq9RW89FfcH27aI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:from:to:cc:subject:message-id:reply-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=iBwY7Hlb7SR9UMHjy/RrJFGWJj738eP2OLhYr7q3B4ZGKHZcEglXUyW3tStP3aDqyI6hWaTj4rqKvI0qfvIIvD8irrlHMcFmwHmsd7LlpW6yy1i7zQ3bH5MUiswtMTrXMSQmw0JCw8x6duKG7pGaC3Z37KwUXR50udv9SCy4RSk= Received: by 10.115.58.1 with SMTP id l1mr3094885wak.1184891201894; Thu, 19 Jul 2007 17:26:41 -0700 (PDT) Received: from michelle.cdnetworks.co.kr ( [211.53.35.84]) by mx.google.com with ESMTPS id m5sm3741850wag.2007.07.19.17.26.38 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 19 Jul 2007 17:26:40 -0700 (PDT) Received: from michelle.cdnetworks.co.kr (localhost.cdnetworks.co.kr [127.0.0.1]) by michelle.cdnetworks.co.kr (8.13.5/8.13.5) with ESMTP id l6K0QZHT047032 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 20 Jul 2007 09:26:35 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id l6K0QYjT047031; Fri, 20 Jul 2007 09:26:34 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Fri, 20 Jul 2007 09:26:34 +0900 From: Pyun YongHyeon To: Li-Lun Leland Wang Message-ID: <20070720002634.GD42405@cdnetworks.co.kr> References: <20070713084325.GA47351@Athena.infor.org> <20070713100829.GC17801@cdnetworks.co.kr> <20070714042626.GA22511@cdnetworks.co.kr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i 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 Reply-To: pyunyh@gmail.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jul 2007 00:26:43 -0000 On Sat, Jul 14, 2007 at 01:53:51AM -0500, Li-Lun Leland Wang wrote: > 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. > Committed to HEAD(if_msk, rev. 1.18). Thanks for testing! > -- llwang -- Regards, Pyun YongHyeon