From owner-freebsd-hackers@FreeBSD.ORG Mon Mar 21 23:32:49 2005 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 A73EE16A4CE for ; Mon, 21 Mar 2005 23:32:49 +0000 (GMT) Received: from mail.vicor-nb.com (bigwoop.vicor-nb.com [208.206.78.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57B6443D46 for ; Mon, 21 Mar 2005 23:32:49 +0000 (GMT) (envelope-from julian@elischer.org) Received: from [208.206.78.97] (julian.vicor-nb.com [208.206.78.97]) by mail.vicor-nb.com (Postfix) with ESMTP id AE3567A451; Mon, 21 Mar 2005 15:32:48 -0800 (PST) Message-ID: <423F59A0.1080308@elischer.org> Date: Mon, 21 Mar 2005 15:32:48 -0800 From: Julian Elischer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.5) Gecko/20050218 X-Accept-Language: en, hu MIME-Version: 1.0 To: Carlos Silva aka|Danger_Man| References: <423F5788.2070005@csilva.org> In-Reply-To: <423F5788.2070005@csilva.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: hackers Subject: Re: USB 2.0 with bogus Data Rate 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: Mon, 21 Mar 2005 23:32:49 -0000 Carlos Silva aka|Danger_Man| wrote: > Hi hackers, > > I have a little problem with my external disk drive, my data transfer > rate is 1.000MB/s. > I have USB 2.0 so the rate is larger, right? > Somebody has an idea how to enlarge the rate? the data rate is bogus because it is printed by the scsi/cam code which doesn't know about USB speeds. This has been improved in 6.x and may flow back to 5.4.. in the meantime, ignore that number and use dd if=/dev/da0 of=/dev/null bs=64k to see what your rate really is.. > > Regards, > > Carlos > > > osiris# dmesg | grep usb && dmesg | grep da0 > usb0: on uhci0 > usb0: USB revision 1.0 > usb1: on uhci1 > usb1: USB revision 1.0 > usb2: on uhci2 > usb2: USB revision 1.0 > ehci_pci_attach: companion usb1 > ehci_pci_attach: companion usb2 > usb3: EHCI version 0.95 > usb3: companion controllers, 2 ports each: usb1 usb2 > usb3: on ehci0 > usb3: USB revision 2.0 > GEOM: create disk da0 dp=0xc2d96850 > da0 at umass-sim0 bus 0 target 0 lun 0 > da0: Fixed Direct Access SCSI-0 device > da0: 1.000MB/s transfers > da0: 190782MB (390721968 512 byte sectors: 255H 63S/T 24321C) > osiris# > > osiris# usbdevs > addr 1: UHCI root hub, Intel > addr 1: UHCI root hub, VIA > addr 1: UHCI root hub, VIA > addr 2: USB 2.0 Storage Device, Acer Labs > addr 1: EHCI root hub, (0x1106) > osiris# > > osiris# camcontrol devlist > at scbus0 target 0 lun 0 (da0,pass0) > osiris# > > > > > > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to > "freebsd-hackers-unsubscribe@freebsd.org"