From owner-freebsd-current@FreeBSD.ORG Sun Jan 18 09:29:13 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7C9E21065677; Sun, 18 Jan 2009 09:29:13 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe11.swip.net [212.247.155.65]) by mx1.freebsd.org (Postfix) with ESMTP id DC9948FC1B; Sun, 18 Jan 2009 09:29:12 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=ysW5hgY2mRQA:10 a=3BqfucdjhS4QKjqFDqgA:9 a=0D1pluHFLBn_4DKW583XDKBQ1akA:4 a=LY0hPdMaydYA:10 Received: from [193.217.167.134] (account mc467741@c2i.net HELO [10.0.0.249]) by mailfe11.swip.net (CommuniGate Pro SMTP 5.2.6) with ESMTPA id 1009545244; Sun, 18 Jan 2009 10:29:10 +0100 From: Hans Petter Selasky To: freebsd-current@freebsd.org Date: Sun, 18 Jan 2009 10:31:34 +0100 User-Agent: KMail/1.9.7 References: <1503.1232226724@critter.freebsd.dk> In-Reply-To: <1503.1232226724@critter.freebsd.dk> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200901181031.35412.hselasky@c2i.net> Cc: Poul-Henning Kamp , current@freebsd.org Subject: Re: USB2 + ucom + UHCI: still not happy X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 18 Jan 2009 09:29:14 -0000 On Saturday 17 January 2009, Poul-Henning Kamp wrote: > I just updated to -current and tried USB2 again, FTDI serial ports > and Huawei 3G modem still not happy. Hi, I'm working on this issue. I have a machine with SSH which has the exact same problem. It seems like it is UHCI related! I have a patch you can try: Edit "..../usb2/controller/uhci2.c" And change: UHCI_TD_SET_ERRCNT(3) Into: UHCI_TD_SET_ERRCNT(0) Recompile and re-load "usb2_controller_uhci". --HPS