From owner-freebsd-current@FreeBSD.ORG Wed Sep 14 20:58:10 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C848616A420 for ; Wed, 14 Sep 2005 20:58:10 +0000 (GMT) (envelope-from minimarmot@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E32043D46 for ; Wed, 14 Sep 2005 20:58:10 +0000 (GMT) (envelope-from minimarmot@gmail.com) Received: by xproxy.gmail.com with SMTP id i27so48732wxd for ; Wed, 14 Sep 2005 13:58:07 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:references; b=lgaWLj/bgYtHc72ewujDInrd59tJ/d1bNelB6NZ3INx81hUcEkGilfgHshJWPdm7d48YkXbn2LvUGON2OnyzoHOB93zX7VgO5mJfKNSQihsjSVGQlFzO9tNa7AnP0r49DvNDDa0wbPCbvJpTz9U6IkSipbuzkT7B7EX5NDbk3zs= Received: by 10.70.20.10 with SMTP id 10mr55039wxt; Wed, 14 Sep 2005 13:58:07 -0700 (PDT) Received: by 10.70.9.2 with HTTP; Wed, 14 Sep 2005 13:58:07 -0700 (PDT) Message-ID: <47d0403c05091413586e6cdd0@mail.gmail.com> Date: Wed, 14 Sep 2005 20:58:07 +0000 From: Ben Kaduk To: Ariff Abdullah In-Reply-To: <20050915033848.2d87da42.skywizard@MyBSD.org.my> Mime-Version: 1.0 References: <47d0403c05091121047a037946@mail.gmail.com> <20050912044212.GC5182@rndsoft.co.kr> <47d0403c05091122276fd0a231@mail.gmail.com> <20050913070149.GE9481@rndsoft.co.kr> <47d0403c0509131235ed58122@mail.gmail.com> <20050914014830.GA13631@rndsoft.co.kr> <20050915033848.2d87da42.skywizard@MyBSD.org.my> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: pyunyh@gmail.com, freebsd-current@freebsd.org Subject: Re: panic upon kldunload snd_ich (lor # 159) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: minimarmot@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: Wed, 14 Sep 2005 20:58:11 -0000 On 9/14/05, Ariff Abdullah wrote: >=20 >=20 > On Wed, 14 Sep 2005 10:48:30 +0900 > Pyun YongHyeon wrote: > > > > Thanks for testing. Fix committed to HEAD(sndstat.c rev. 1.21) > > > > [ .. ] > > > > AFAIK, the LOR is well known to sound developers. Though it's not real > > LOR(grabbing sx lock while holding mutex) it's difficult to fix. > > >=20 > This is supposed to fix that LOR, I pressume. Please try that. >=20 > -- >=20 > Ariff Abdullah > MyBSD >=20 > http://www.MyBSD.org.my (IPv6/IPv4) > http://staff.MyBSD.org.my (IPv6/IPv4) > http://tomoyo.MyBSD.org.my (IPv6/IPv4) >=20 >=20 >=20 Ariff, The patch you sent eliminated my LOR upon unloading snd_ich. It seems rathe= r=20 simple to have not been committed yet -- does it cause problems on other=20 chipsets? Ben Kaduk