From owner-freebsd-usb@FreeBSD.ORG Tue Aug 28 21:04:43 2007 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5B6A716A41A for ; Tue, 28 Aug 2007 21:04:43 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id F151613C45E for ; Tue, 28 Aug 2007 21:04:42 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.13.8/8.13.4) with ESMTP id l7SL2bdg021190; Tue, 28 Aug 2007 15:02:40 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 28 Aug 2007 15:02:35 -0600 (MDT) Message-Id: <20070828.150235.1723238677.imp@bsdimp.com> To: vss@73rus.com From: "M. Warner Losh" In-Reply-To: <46D47646.7080509@73rus.com> References: <46D36F3B.70400@73rus.com> <46D3B32A.7080603@yandex.ru> <46D47646.7080509@73rus.com> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Tue, 28 Aug 2007 15:02:41 -0600 (MDT) Cc: freebsd-usb@freebsd.org Subject: Re: low USB tranfer rate with external IDE 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: Tue, 28 Aug 2007 21:04:43 -0000 In message: <46D47646.7080509@73rus.com> Vlad Skvortsov writes: : Andrey V. Elsukov wrote: : > Vlad Skvortsov wrote: : > : >> Any clues? Where should I look at? I'm concerned with 'USB revision : >> 1.0' in the output -- could that be the problem? : > : > Do you have "device ehci" in your kernel config? : > : : No, I don't. Should I? The man page says: : : "The driver is not finished and is quite buggy." The man page takes a too pessimistic view of ehci. It works for most people. Warner