From owner-freebsd-usb@FreeBSD.ORG Thu Apr 24 18:55:57 2008 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 52F171065673 for ; Thu, 24 Apr 2008 18:55:57 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe16.swip.net [212.247.155.225]) by mx1.freebsd.org (Postfix) with ESMTP id EC9688FC23 for ; Thu, 24 Apr 2008 18:55:56 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=CLxjqTwNd3jBL4xZFvh4mw==:17 a=mjaRr9TQePRP6uGhunAA:9 a=EgUsJOhEJR96yw01J_1bTVJs8TYA:4 a=50e4U0PicR4A:10 Received: from [62.113.133.152] (account mc467741@c2i.net [62.113.133.152] verified) by mailfe16.swip.net (CommuniGate Pro SMTP 5.1.13) with ESMTPA id 172053605; Thu, 24 Apr 2008 17:55:53 +0200 From: Hans Petter Selasky To: "Xiaofan Chen" Date: Thu, 24 Apr 2008 17:57:07 +0200 User-Agent: KMail/1.9.7 References: <200804241721.54385.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: <200804241757.08365.hselasky@c2i.net> Cc: freebsd-usb@freebsd.org Subject: Re: PICkit 2 again with HPS stack X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2008 18:55:57 -0000 Hi Xiaofan, The problem should at least be fixed in "revision 711". The problem has existed for a while after I made some changes to the "usbd_do_request_flags" routine. The problem is that the required mutex is not locked when doing the set config call. --HPS