From owner-freebsd-bugs@FreeBSD.ORG Thu Aug 26 15:42:29 2004 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 109FB16A4CE; Thu, 26 Aug 2004 15:42:29 +0000 (GMT) Received: from sasl.smtp.pobox.com (puzzle.sasl.smtp.pobox.com [207.8.226.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id C138143D46; Thu, 26 Aug 2004 15:42:28 +0000 (GMT) (envelope-from b.candler@pobox.com) Received: from localhost.localdomain (localhost [127.0.0.1]) by puzzle.pobox.com (Postfix) with ESMTP id 54A41138CAF; Thu, 26 Aug 2004 11:40:34 -0400 (EDT) Received: from vaio.linnet.org (host217-40-157-153.in-addr.btopenworld.com [217.40.157.153]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by puzzle.pobox.com (Postfix) with ESMTP id 3CBB8138B4B; Thu, 26 Aug 2004 11:40:33 -0400 (EDT) Received: from brian by vaio.linnet.org with local (Exim 4.30) id 1C0MOJ-0004oL-Qq; Thu, 26 Aug 2004 16:42:19 +0100 Date: Thu, 26 Aug 2004 16:42:19 +0100 From: Brian Candler To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-bugs@FreeBSD.org Message-ID: <20040826154219.GA18479@uk.tiscali.com> References: <200408160840.i7G8eXVp043855@freefall.freebsd.org> <20040821202146.GA1077@uk.tiscali.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040821202146.GA1077@uk.tiscali.com> User-Agent: Mutt/1.4.1i cc: sanpei@freebsd.org cc: rwatson@freebsd.org Subject: Re: kern/70523: umct sending/receiving wrong characters X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Aug 2004 15:42:29 -0000 [Aside] My Vaio, which was prone to freeze up completely with the other (uplcom) USB->232 interface, has a UHCI USB controller. I applied the following two patches to the base 4.10-RELEASE: http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/usb/uhci.c.diff?r1=1.40.2.14&r2=1.151 http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/sys/queue.h.diff?r1=1.54&r2=1.55 and the uplcom device seems to work now. Hasn't had much testing, but I'm hopeful that things will be happier in 4.11-RELEASE :-)