From owner-freebsd-usb@FreeBSD.ORG Thu Dec 30 23:18:12 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 5C4D516A4CE; Thu, 30 Dec 2004 23:18:12 +0000 (GMT) Received: from mail.vicor-nb.com (bigwoop.vicor-nb.com [208.206.78.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FB9743D31; Thu, 30 Dec 2004 23:18:12 +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 29D127A403; Thu, 30 Dec 2004 15:18:12 -0800 (PST) Message-ID: <41D48CB3.6070001@elischer.org> Date: Thu, 30 Dec 2004 15:18:11 -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 References: <20041230191748.GA11051@pir.net> <41D47E7B.4070407@elischer.org> <20041230222041.GG11051@pir.net> In-Reply-To: <20041230222041.GG11051@pir.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-usb@freebsd.org 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 23:18:12 -0000 Peter Radcliffe wrote: >Julian Elischer probably said: > > >>this means exactly what it sounds like... something in the usb system >>tried to allocate memory while in an interrupt context. >> >> do you have access to anything with an EHCI or OHCI controller for comparison with that device? >I don't know anything about the USB subsystem, nor what can or cannot >be done while handling an interrupt. > > > >>I don't see what USB controller you have. OHCI or UHCI (or EHCI). >> >> > >uhci0: port 0x1800-0x181f > irq 11 at device 29.0 on pci0 >usb0: on uhci0 >uhci1: port 0x1820-0x183f > irq 3 at device 29.1 on pci0 >usb1: on uhci1 >uhci2: port 0x1840-0x185f > irq 5 at device 29.2 on pci0 >usb2: on uhci2 > >P. > > >