Date: Sun, 18 Jan 2009 10:31:34 +0100 From: Hans Petter Selasky <hselasky@c2i.net> To: freebsd-current@freebsd.org Cc: Poul-Henning Kamp <phk@phk.freebsd.dk>, current@freebsd.org Subject: Re: USB2 + ucom + UHCI: still not happy Message-ID: <200901181031.35412.hselasky@c2i.net> In-Reply-To: <1503.1232226724@critter.freebsd.dk> References: <1503.1232226724@critter.freebsd.dk>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901181031.35412.hselasky>