From owner-freebsd-current@FreeBSD.ORG Fri Aug 14 18:30:49 2009 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 0FDA1106568E for ; Fri, 14 Aug 2009 18:30:49 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe01.swip.net [212.247.154.1]) by mx1.freebsd.org (Postfix) with ESMTP id 9BCF28FC43 for ; Fri, 14 Aug 2009 18:30:48 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=MnI1ikcADjEx7bvsp0jZvQ==:17 a=yNRMRhXmMXIueY2CutwA:9 a=RnpAPjtthqEIQ5MnNBgA:7 a=CsVJQCNcDdC8-IgH_Lgo0U9ELMkA:4 Received: from [188.126.201.140] (account mc467741@c2i.net HELO laptop.adsl.tele2.no) by mailfe01.swip.net (CommuniGate Pro SMTP 5.2.13) with ESMTPA id 240024439; Fri, 14 Aug 2009 20:30:46 +0200 From: Hans Petter Selasky To: Sam Leffler Date: Fri, 14 Aug 2009 20:30:53 +0200 User-Agent: KMail/1.11.4 (FreeBSD/8.0-BETA2; KDE/4.2.4; i386; ; ) References: <200908141407.56248.hselasky@c2i.net> <4A85A6B8.6090400@errno.com> In-Reply-To: <4A85A6B8.6090400@errno.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200908142030.55045.hselasky@c2i.net> Cc: freebsd-current@freebsd.org, Florent Thoumie Subject: Re: Panic in rum(4) on 8.0-BETA2 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, 14 Aug 2009 18:30:49 -0000 On Friday 14 August 2009 20:02:32 Sam Leffler wrote: > The rum driver violates locking requirements by dropping the net80211 > lock in the driver's That would apply to at least if_zyd and if_ural aswell. The lock is dropped so that syncronous USB I/O operations can be performed. --HPS