From owner-freebsd-usb@FreeBSD.ORG Wed Feb 11 15:30:58 2009 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 596E0106564A; Wed, 11 Feb 2009 15:30:58 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe05.swip.net [212.247.154.129]) by mx1.freebsd.org (Postfix) with ESMTP id B6FE28FC1C; Wed, 11 Feb 2009 15:30:57 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=nf-3aSPXtmMA:10 a=9zKXQfm5S70A:10 a=kw03RjmKpLm8ql5X2xOdcA==:17 a=6I5d2MoRAAAA:8 a=OdR5sfXFAAAA:8 a=ReYJ_a9i4adfOvdJXPUA:9 a=IRdhDB-kp3J1tlfQ80gA:7 a=8Ukg_SrIfhI37-rdqeGAycgeQDgA:4 a=50e4U0PicR4A:10 Received: from [85.19.218.115] (account mc467741@c2i.net HELO laptop) by mailfe05.swip.net (CommuniGate Pro SMTP 5.2.6) with ESMTPA id 1091919695; Wed, 11 Feb 2009 16:30:56 +0100 From: Hans Petter Selasky To: "Thomas Sparrevohn" Date: Wed, 11 Feb 2009 16:17:01 +0100 User-Agent: KMail/1.9.7 References: <012401c98bc7$123648b0$36a2da10$@Sparrevohn@btinternet.com> <200902111000.46643.hselasky@c2i.net> <002e01c98c50$8bd1bae0$a37530a0$@Sparrevohn@btinternet.com> In-Reply-To: <002e01c98c50$8bd1bae0$a37530a0$@Sparrevohn@btinternet.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200902111617.04096.hselasky@c2i.net> Cc: 'Andrew Thompson' , freebsd-usb@freebsd.org Subject: Re: Recent Changes to Rum driver - seems to have.. 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: Wed, 11 Feb 2009 15:30:58 -0000 Hi Thomas, Thanks for reporting this bug! I've analysed your panic and have made the following patch: http://perforce.freebsd.org/chv.cgi?CH=157544 Accumulated patches are available from my private SVN. I recommend updating all files in the "usb2" directory. > svn --username anonsvn --password anonsvn \ > checkout svn://svn.turbocat.net/i4b/trunk/i4b/src/sys/dev/usb2 > --HPS