From owner-freebsd-current@FreeBSD.ORG Fri Jan 23 09:48:59 2009 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D89591065675; Fri, 23 Jan 2009 09:48:59 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe13.swipnet.se [212.247.155.129]) by mx1.freebsd.org (Postfix) with ESMTP id 43A7D8FC14; Fri, 23 Jan 2009 09:48:58 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=ysW5hgY2mRQA:10 a=hniE7hlO5cIxOTFzR2QA:9 a=vgCkZdFXIgtPvAFClxiBGK-xr_wA:4 a=LY0hPdMaydYA:10 Received: from [85.19.218.115] (account mc467741@c2i.net HELO [10.37.1.92]) by mailfe13.swip.net (CommuniGate Pro SMTP 5.2.6) with ESMTPA id 794964326; Fri, 23 Jan 2009 10:48:57 +0100 From: Hans Petter Selasky To: Andrew Thompson Date: Fri, 23 Jan 2009 10:51:14 +0100 User-Agent: KMail/1.9.7 References: <1421.1232314073@critter.freebsd.dk> <200901222209.51225.hselasky@c2i.net> <20090122212948.GA11441@citylink.fud.org.nz> In-Reply-To: <20090122212948.GA11441@citylink.fud.org.nz> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200901231051.18006.hselasky@c2i.net> Cc: 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: Fri, 23 Jan 2009 09:49:00 -0000 On Thursday 22 January 2009, Andrew Thompson wrote: > > > > You can try editing "uhci2.c" and change the "if ()" in: > > > > static void > > uhci_set_hw_power(struct usb2_bus *bus) > > > > to "if (1)". That will prevent the USB schedule from ever stopping. > > No change, log attached. Hi, Can you give me access to this box so that I can figure out what is going wrong? The patches I sent you have been tested on another machine and there all UHCI problems went away! --HPS