From owner-freebsd-usb@FreeBSD.ORG Thu Dec 30 22:17:31 2004 Return-Path: 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 82DE916A4CE; Thu, 30 Dec 2004 22:17:31 +0000 (GMT) Received: from mail.vicor-nb.com (bigwoop.vicor-nb.com [208.206.78.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65F1443D1D; Thu, 30 Dec 2004 22:17:31 +0000 (GMT) (envelope-from julian@elischer.org) Received: from elischer.org (julian.vicor-nb.com [208.206.78.97]) by mail.vicor-nb.com (Postfix) with ESMTP id 56E0C7A425; Thu, 30 Dec 2004 14:17:31 -0800 (PST) Message-ID: <41D47E7B.4070407@elischer.org> Date: Thu, 30 Dec 2004 14:17:31 -0800 From: Julian Elischer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3.1) Gecko/20030516 X-Accept-Language: en, hu MIME-Version: 1.0 To: freebsd-stable@freebsd.org, freebsd-usb@freebsd.org, pir@pir.net References: <20041230191748.GA11051@pir.net> In-Reply-To: <20041230191748.GA11051@pir.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: USB flash not working anymore X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 22:17:31 -0000 Peter Radcliffe wrote: >I'm running FreeBSD 4-STABLE from Dec 28 on an IBM X30 laptop. > >I'm having increasingly worse USB problems as time goes on. Nothing >that I try new works and various older devices that I bought >specificly because they were supported and worked fine for years now >do not work. > >[...] > > usb_block_allocmem: in interrupt context, size=4096 > > >Anyone seen these problems before or working on usb in 4.x ? I'll do >what I can to help debugging... > this means exactly what it sounds like... something in the usb system tried to allocate memory while in an interrupt context. I don't see what USB controller you have. OHCI or UHCI (or EHCI). > >Thanks, >P. > > >