From owner-freebsd-current@FreeBSD.ORG Sat Jun 26 20:28:53 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0238616A4CE; Sat, 26 Jun 2004 20:28:53 +0000 (GMT) Received: from mailhub.intercaf.ru (mailhub.intercaf.ru [195.96.167.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id E111A43D39; Sat, 26 Jun 2004 20:28:51 +0000 (GMT) (envelope-from lesha@intercaf.ru) Received: from [192.168.1.3] (ppp83-237-11-5.pppoe.mtu-net.ru [83.237.11.5]) (authenticated bits=0) by mailhub.intercaf.ru (8.12.10/8.12.10) with ESMTP id i5QKS416081469; Sun, 27 Jun 2004 00:28:05 +0400 (MSD) (envelope-from lesha@intercaf.ru) From: Alex K Organization: InterCAF To: le@freebsd.org Date: Sun, 27 Jun 2004 00:28:18 +0400 User-Agent: KMail/1.6.2 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit Message-Id: <200406270028.18301.lesha@intercaf.ru> X-Virus-Scanned: ClamAV version 'clamd / ClamAV version 0.65', clamav-milter version '0.60p' cc: freebsd-current@freebsd.org Subject: EHCI X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jun 2004 20:28:53 -0000 Hello, Lukas! (and every one else =) Just noticed new ehci.c commit today and decided to give it a try. My USB2 external HDD now attaches correctly and I can even mount it. umass0: vendor 0x0840 USB 2.0 Storage Device, rev 2.00/0.01, addr 2 umass0: SCSI over Bulk-Only; quirks = 0x0000 umass0:3:0:-1: Attached to scbus3 da0 at umass-sim0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-0 device da0: 1.000MB/s transfers da0: 78533MB (160836480 512 byte sectors: 255H 63S/T 10011C) It gives me about 6,5 Mbytes/s transfer speed, but dies after transfering about 50Mb with: umass0: Invalid CSW: tag 4593 should be 4602 ehci_idone: need toggle update status=10000d40 nstatus=10000d80 ehci_idone: need toggle update status=10000d40 nstatus=10000d80 Hope this helps to improve EHCI somehow :) Cheers, AL.