From owner-freebsd-usb@FreeBSD.ORG Sat Jun 3 13:24:09 2006 Return-Path: X-Original-To: freebsd-usb@freebsd.org Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0EB616A420 for ; Sat, 3 Jun 2006 13:24:09 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from mail43.e.nsc.no (mail43.e.nsc.no [193.213.115.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B59943D46 for ; Sat, 3 Jun 2006 13:24:08 +0000 (GMT) (envelope-from hselasky@c2i.net) Received: from Unknown-00-c0-9f-49-78-d8.lan (ti131310a080-10195.bb.online.no [85.165.231.211]) by mail43.nsc.no (8.13.6/8.13.5) with ESMTP id k53DO7Yj014554; Sat, 3 Jun 2006 15:24:07 +0200 (CEST) From: Hans Petter Selasky To: SebastienB Date: Sat, 3 Jun 2006 15:24:07 +0200 User-Agent: KMail/1.7 References: <200606022153.30197.sebastien.bourdeauducq@gmail.com> <200606031132.42613.sebastien.bourdeauducq@gmail.com> <200606031400.47824.sebastien.bourdeauducq@gmail.com> In-Reply-To: <200606031400.47824.sebastien.bourdeauducq@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200606031524.07735.hselasky@c2i.net> Cc: freebsd-usb@freebsd.org Subject: Re: eagleflash problem on 6.x 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: Sat, 03 Jun 2006 13:24:09 -0000 On Saturday 03 June 2006 14:00, SebastienB wrote: > > The only problem I have now is this message when I bring up a Ralink USB > > 802.11 card : > > ural_newstate: cannot call usb_rem_task here, because it can sleep! > > (fixme) > > USB mass storage has problems too, which are way more annoying. My USB hard > disk randomly stops working and my syslog gets filled with this kind of > message : > g_vfs_done():da0s2[READ(offset=671852941312, length=4096)]error = 5 Ok, that is due to the umass being under the USB emulation layer, for the old USB API. The problem is known and will be fixed. Maybe you can wait till August ? --HPS