From owner-cvs-src@FreeBSD.ORG Thu May 10 03:48:19 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DC4F816A400; Thu, 10 May 2007 03:48:19 +0000 (UTC) (envelope-from rpaulo@fnop.net) Received: from core.fnop.net (mx.fnop.net [82.102.11.82]) by mx1.freebsd.org (Postfix) with ESMTP id 9498113C45B; Thu, 10 May 2007 03:48:19 +0000 (UTC) (envelope-from rpaulo@fnop.net) Received: from core.fnop.net (mx.fnop.net [82.102.11.82]) by core.fnop.net (Postfix) with ESMTP id 8EEBD690909; Thu, 10 May 2007 04:48:20 +0100 (WEST) Received: by core.fnop.net (Postfix, from userid 1015) id 502C669091C; Thu, 10 May 2007 04:48:20 +0100 (WEST) X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on core.fnop.net X-Spam-Level: X-Spam-Status: No, score=0.5 required=5.0 tests=AWL, BAYES_00, FORGED_RCVD_HELO, RCVD_IN_NJABL_DUL,RCVD_IN_SORBS_DUL autolearn=no version=3.1.7 Received: from epsilon.local.fnop.net (87-196-156-100.net.novis.pt [87.196.156.100]) by core.fnop.net (Postfix) with ESMTP id 05312690909; Thu, 10 May 2007 04:48:18 +0100 (WEST) Date: Thu, 10 May 2007 04:48:16 +0100 Message-ID: <861whpmj9b.wl%rpaulo@fnop.net> From: Rui Paulo To: Ariff Abdullah In-Reply-To: <20070510111519.459be99e.ariff@FreeBSD.org> References: <200705100146.l4A1kp3J035437@repoman.freebsd.org> <863b25mll0.wl%rpaulo@fnop.net> <20070510111519.459be99e.ariff@FreeBSD.org> User-Agent: Wanderlust/2.14.0 (Africa) Emacs/21.3 Mule/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Virus-Scanned: ClamAV using ClamSMTP Cc: Rui Paulo , cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/sound/pci/hda hdac.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 May 2007 03:48:20 -0000 At Thu, 10 May 2007 11:15:19 +0800, Ariff Abdullah wrote: > > [1 ] > On Thu, 10 May 2007 03:58:03 +0100 > Rui Paulo wrote: > > At Thu, 10 May 2007 01:46:51 +0000 (UTC), > > Ariff Abdullah wrote: > > > > > > ariff 2007-05-10 01:46:51 UTC > > > > > > FreeBSD src repository > > > > > > Modified files: > > > sys/dev/sound/pci/hda hdac.c > > > Log: > > > Don't hold mutex while releasing bus resources. > > > > Does this fix the LOR on module unload? > > > > > > Yes. Thanks.