From owner-freebsd-hackers@FreeBSD.ORG Fri Apr 27 06:50:24 2007 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5E8C216A400 for ; Fri, 27 Apr 2007 06:50:24 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe06.swip.net [212.247.154.161]) by mx1.freebsd.org (Postfix) with ESMTP id EEB2313C46E for ; Fri, 27 Apr 2007 06:50:23 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] Received: from [193.71.38.142] (account mc467741@c2i.net HELO [10.42.11.147]) by mailfe06.swip.net (CommuniGate Pro SMTP 5.1.7) with ESMTPA id 475367310; Fri, 27 Apr 2007 07:50:21 +0200 From: Hans Petter Selasky To: "Bosko Milekic" Date: Fri, 27 Apr 2007 07:50:04 +0200 User-Agent: KMail/1.9.5 References: <200704262136.33196.hselasky@c2i.net> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200704270750.04606.hselasky@c2i.net> Cc: freebsd-hackers@freebsd.org Subject: Re: msleep() on recursivly locked mutexes X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Apr 2007 06:50:24 -0000 On Thursday 26 April 2007 23:52, Bosko Milekic wrote: > On 4/26/07, Hans Petter Selasky wrote: > > Hi, > > > > In the new USB stack I have defined the following: > > Could you perhaps describe some of the codepaths in the USB stack that > require this behavior? There are no requirements for that. It is just for the convenience of unwary USB device driver developers. --HPS