From owner-freebsd-usb@FreeBSD.ORG Sat Sep 26 07:08:15 2009 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 6F14E1065672 for ; Sat, 26 Sep 2009 07:08:15 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe05.swip.net [212.247.154.129]) by mx1.freebsd.org (Postfix) with ESMTP id F41C48FC08 for ; Sat, 26 Sep 2009 07:08:14 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=pZqXNPWrx7QA:10 a=MnI1ikcADjEx7bvsp0jZvQ==:17 a=MSF5SMQSjKHbHzp52YAA:9 a=jeZ5L_81YZZv4xmzEhHHWQgU1kQA:4 Received: from [188.126.201.140] (account mc467741@c2i.net HELO laptop.adsl.tele2.no) by mailfe05.swip.net (CommuniGate Pro SMTP 5.2.16) with ESMTPA id 1210872101; Sat, 26 Sep 2009 09:08:10 +0200 From: Hans Petter Selasky To: freebsd-usb@freebsd.org Date: Sat, 26 Sep 2009 09:08:46 +0200 User-Agent: KMail/1.11.4 (FreeBSD/9.0-CURRENT; KDE/4.2.4; i386; ; ) References: <20090926042423.GA12216@svzserv.kemerovo.su> In-Reply-To: <20090926042423.GA12216@svzserv.kemerovo.su> X-Face: (%:6u[ldzJ`0qjD7sCkfdMmD*RxpOwEEQ+KWt[{J#x6ow~JO:,zwp.(t; @Aq :4:&nFCgDb8[3oIeTb^'",;u{5{}C9>"PuY\)!=#\u9SSM-nz8+SR~B\!qBv MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200909260908.48389.hselasky@c2i.net> Cc: Eugene Grosbein Subject: Re: 8.0-RC1: AMD CS5536 (Geode) USB 2.0 controller strange behavour 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: Sat, 26 Sep 2009 07:08:15 -0000 On Saturday 26 September 2009 06:24:23 Eugene Grosbein wrote: > Hi! > > I have got fanless computer named NICE 3120, > it is based on EBC 420-LX8 motherboard and AMD Geode LX800 processor. > > I've installed 8.0-RC1 here and it runs just fine as a router > using internal CompactFlash 256Mb card. Now I'm trying to use USB 2.0 HDD > that gives me stable 27 megabyte/sec > write speed to /dev/da0 using dd when connected to another 8.0-RC1 system > with ICH7 but with this CS5536 its behavour is very strange. > > "dd if=/dev/zero bs=256k of=/dev/da0 count=100" may result in 1.7MBytes/s > or 16Mbytes/s or 400Kbyte/s (sic!) write speed. dd measures speed right, > very often it writes way too slow. Hi, Try using bs=65536 Any difference. Output from "usbconfig" would also be nice. Might sound like your device is sometimes connected at FULL speed. Have you taken spin-up time into account? --HPS