From owner-freebsd-current@FreeBSD.ORG Mon Jun 27 08:30:18 2005 Return-Path: X-Original-To: current@FreeBSD.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B985D16A41C for ; Mon, 27 Jun 2005 08:30:18 +0000 (GMT) (envelope-from ade@FreeBSD.org) Received: from mail.lovett.com (foo.lovett.com [67.134.38.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AB2A43D53 for ; Mon, 27 Jun 2005 08:30:18 +0000 (GMT) (envelope-from ade@FreeBSD.org) Received: from hellfire.lovett.com ([67.134.38.149]:56409) by mail.lovett.com with esmtpa (Exim 4.51 (FreeBSD)) id 1Dmp0U-000HoU-2J; Mon, 27 Jun 2005 01:30:18 -0700 Message-ID: <42BFB953.2010409@FreeBSD.org> Date: Mon, 27 Jun 2005 01:31:15 -0700 From: Ade Lovett User-Agent: Mozilla Thunderbird 1.0.2 (Macintosh/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Doug White References: <42AFE83B.9050305@FreeBSD.org> <20050619154633.Y83634@carver.gumbysoft.com> <42B6224D.8020009@FreeBSD.org> <20050624211308.R47411@carver.gumbysoft.com> In-Reply-To: <20050624211308.R47411@carver.gumbysoft.com> X-Enigmail-Version: 0.91.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: ade@lovett.com Cc: current@FreeBSD.org Subject: Re: USB mouse woes X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jun 2005 08:30:18 -0000 Doug White wrote: > okay, lets try this. > > 1. With the mouse connected collect the output of usbdevs -v. That should > show how the mouse is connected. > > 2. From the trace it looks like the mouse is USB2 since ehci keeps popping > up. Try removing ehci from your kernel. [snip] Ok, I'll get to this momentarily. One thing, though, before going in to the whole ehci VS uhci thing. >From perusing the -usb archives, it appears that there is some kind of hard coded limit of 4 USB busses within USB. The only reason I bring this up is that I have 5. 4 attached as uhci0-3, and then the ehci0 "meta-bus", making 5. I certainly will try disabling ehci as you have suggested, but I'm wondering now whether that would tell me anything useful with regards to ehci being out of the equation as opposed to now only having 4 busses for usbd(8) to deal with? -aDe