From owner-freebsd-usb@FreeBSD.ORG Sun Dec 26 16:54:40 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 699EA16A4CE for ; Sun, 26 Dec 2004 16:54:40 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 133A343D1D for ; Sun, 26 Dec 2004 16:54:38 +0000 (GMT) (envelope-from humprhey@gmail.com) Received: by rproxy.gmail.com with SMTP id c16so159944rne for ; Sun, 26 Dec 2004 08:54:37 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:x-accept-language:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=L65FqZqaK7k9pDAsNT4uR3RtPd2CNIaFDHN4DED4npLI5LGL7YOcY0SPFaxNsTlwhsY3iyFzDnz9ioGCdgww4E4CEfH42vNTkhPeVnK0FbuXbFMBFYzHQXbx8N7RXiJkTKVDLcP6Wi7FcBvjRLPAh3dWzMXqNVwXd0x0juGtTIs= Received: by 10.38.73.54 with SMTP id v54mr212280rna; Sun, 26 Dec 2004 08:54:37 -0800 (PST) Received: from ?192.168.1.1? ([217.127.98.119]) by smtp.gmail.com with ESMTP id 79sm327109rna.2004.12.26.08.54.36; Sun, 26 Dec 2004 08:54:37 -0800 (PST) Message-ID: <41CEED40.8030808@gmail.com> Date: Sun, 26 Dec 2004 17:56:32 +0100 From: Darksidex User-Agent: Mozilla Thunderbird 1.0 (X11/20041209) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-usb@freebsd.org References: <41CD83E6.1010304@gmail.com> <20041225181725.GE58581@cicely12.cicely.de> <41CDEDE2.5030900@gmail.com> <20041226002721.GG58581@cicely12.cicely.de> <41CE89E1.6000408@gmail.com> <20041226133555.GM58581@cicely12.cicely.de> In-Reply-To: <20041226133555.GM58581@cicely12.cicely.de> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: How to mount usb2 devices 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: Sun, 26 Dec 2004 16:54:40 -0000 Bernd Walter wrote: >At least much faster than USB1.1, but not faster than with your msdosfs >tests. >It might be a limitation from your disk, from FreeBSD or from your >USB-IDE converter. >What can the disk deliver if connected to a plain IDE controller? > > Connected to IDE 64k and 128K: 29mb/s I have checked my BIOS configuration, but I don't see anything unusual, and my other HD (where I have installed FBSD gives to me the same speed). Another question. Since I added ehci support in the kernel, I can't boot my fbsd box if this usb unit is powered on, it gets freeze. It isn't very important, because I can boot it without the usb unit, but if I want to reboot it from internet, I can't. Any idea?