From owner-freebsd-current Tue Aug 27 11:38:47 2002 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 8D7B137B400 for ; Tue, 27 Aug 2002 11:38:45 -0700 (PDT) Received: from scl8owa01.int.exodus.net (scl8out01.exodus.net [66.35.230.241]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07A7343E3B for ; Tue, 27 Aug 2002 11:38:41 -0700 (PDT) (envelope-from Maksim.Yevmenkin@exodus.net) Received: from scl8owa01.int.exodus.net ([66.35.230.241]) by scl8owa01.int.exodus.net with Microsoft SMTPSVC(5.0.2195.4905); Tue, 27 Aug 2002 11:40:25 -0700 Received: from exodus.net ([206.220.227.147]) by scl8owa01.int.exodus.net over TLS secured channel with Microsoft SMTPSVC(5.0.2195.4905); Tue, 27 Aug 2002 11:40:25 -0700 Message-ID: <3D6BC72F.5BDCE82B@exodus.net> Date: Tue, 27 Aug 2002 11:38:39 -0700 From: Maksim Yevmenkin X-Mailer: Mozilla 4.78 [en] (X11; U; SunOS 5.7 sun4u) X-Accept-Language: en MIME-Version: 1.0 To: current@freebsd.org Subject: USB slowdown on recent -current Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 27 Aug 2002 18:40:25.0733 (UTC) FILETIME=[355DCB50:01C24DF9] Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hackers, I'm currently testing my Bluetooth code for FreeBSD on recent -current. After i upgraded to recent current from current-DP1 i'm experiencing a major slowdown in USB device speed. On current-DP1 the USB device was able to handle about 50-60 KBytes/sec. On recent -current _the_same_ device driver can only do 11-12 KBytes/sec :( Another driver (PC-CARD) connected to my Bluetooth stack can do 50-60 KBytes/sec (sending/receiving) - so it is not a Bluetooth stack itself. Also the same USB device connected to Linux box can do 50-60 KBytes/sec - so it is not a USB device itself. The problem only exists when i connect USB device to -current FreeBSD box. I suspect that problem could be in: a) USB device driver b) USB stack itself c) someplace else? Does anyone have a similar problems? I'm slowly going though the diff's between DP1 USB code and -current USB code, but may be someone can give me a clue. thanks, max To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message