From owner-freebsd-usb@FreeBSD.ORG Wed Feb 11 09:24:54 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 5DB08106566B; Wed, 11 Feb 2009 09:24:54 +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 BC4008FC18; Wed, 11 Feb 2009 09:24:53 +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=OdR5sfXFAAAA:8 a=UZTPEwrvC_Q4vtkAnIcA:9 a=-TRrYx6FjjdnjrOrGc8A:7 a=J-5ySJYJ5W49Jn2JMEMYCHGdSuYA:4 a=LY0hPdMaydYA: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 1091713721; Wed, 11 Feb 2009 10:24:52 +0100 From: Hans Petter Selasky To: freebsd-usb@freebsd.org Date: Wed, 11 Feb 2009 10:27:17 +0100 User-Agent: KMail/1.9.7 References: <012401c98bc7$123648b0$36a2da10$@Sparrevohn@btinternet.com> <200902111000.46643.hselasky@c2i.net> In-Reply-To: <200902111000.46643.hselasky@c2i.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200902111027.19021.hselasky@c2i.net> Cc: Andrew Thompson 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 09:24:55 -0000 On Wednesday 11 February 2009, Hans Petter Selasky wrote: > On Tuesday 10 February 2009, Thomas Sparrevohn wrote: > > Reintroduced panics when the device is used heavily - it also reports the > > "needs callback" in dmesg - Unless this is known I can post a dmesg > > Hi Thomas, > > Andrew Thompson decided to re-port the driver from USB1. I've tried to fix > most of the bugs now. If the fixes are not in -current yet you can fetch > if_rum*[ch] from: > > svn --username anonsvn --password anonsvn \ > checkout svn://svn.turbocat.net/i4b/trunk/i4b/src/sys/dev/usb2 > > > Do you have a backtrace of the panics ? > > Sorry about the inconvenience. And also update: usb2_process.[ch] --HPS