From owner-freebsd-hackers@FreeBSD.ORG Fri Nov 21 13:10:05 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 14B6D16A4CF for ; Fri, 21 Nov 2003 13:10:05 -0800 (PST) Received: from quelrod.quelrod.net (cs24243230-109.austin.rr.com [24.243.230.109]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAD6A43FF3 for ; Fri, 21 Nov 2003 13:10:02 -0800 (PST) (envelope-from quel@quelrod.net) Received: from quelrod.net (quelrod.net [127.0.0.1]) by quelrod.quelrod.net (8.12.9/8.12.9) with ESMTP id hALLABm2027031; Fri, 21 Nov 2003 15:10:11 -0600 (CST) Received: from localhost (quel@localhost) by quelrod.net (8.12.9/8.12.9/Submit) with ESMTP id hALLAB30015233; Fri, 21 Nov 2003 15:10:11 -0600 (CST) Date: Fri, 21 Nov 2003 15:10:10 -0600 (CST) From: quel@quelrod.net To: ticso@cicely.de In-Reply-To: <20031121200702.GD74178@cicely12.cicely.de> Message-ID: References: <20031121200702.GD74178@cicely12.cicely.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-hackers@freebsd.org Subject: Re: usb 2.0 dell inspirion 8500 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 21:10:05 -0000 Should device ehci be a default in GENERIC, then? -James On Fri, 21 Nov 2003, Bernd Walter wrote: > On Fri, Nov 21, 2003 at 10:47:35AM -0600, quel@quelrod.net wrote: > > I recently got a usb 2.0 hard drive to which I painfully wait for 1MB/s > > transfers. According to dmesg fbsd is only doing 1.0: > > usb0: on uhci0 > > usb0: USB revision 1.0 > > usb1: on uhci1 > > usb1: USB revision 1.0 > > usb2: on uhci2 > > usb2: USB revision 1.0 > > > > (Yes i double checked my laptop does indeed have usb 2.0) > > > > I saw that ehci had usb 2.0 support comitted. Is this coming for uhci? I > > suppose it's too late to get this into 5.2 -RELEASE. > > uhci is strictly an usb1.x controller. > Build a kernel with ehci support if you have a high speed capable > controller. > > -- > B.Walter BWCT http://www.bwct.de > ticso@bwct.de info@bwct.de > >