From owner-freebsd-current@FreeBSD.ORG Thu Jan 22 19:58:14 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 7C56E10656C0; Thu, 22 Jan 2009 19:58:14 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from pele.citylink.co.nz (pele.citylink.co.nz [202.8.44.226]) by mx1.freebsd.org (Postfix) with ESMTP id 3F3918FC1C; Thu, 22 Jan 2009 19:58:14 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by pele.citylink.co.nz (Postfix) with ESMTP id 7AB4BFEF1; Fri, 23 Jan 2009 08:58:13 +1300 (NZDT) X-Virus-Scanned: Debian amavisd-new at citylink.co.nz Received: from pele.citylink.co.nz ([127.0.0.1]) by localhost (pele.citylink.co.nz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id yfGK9grUKxg3; Fri, 23 Jan 2009 08:58:10 +1300 (NZDT) Received: from citylink.fud.org.nz (unknown [202.8.44.45]) by pele.citylink.co.nz (Postfix) with ESMTP; Fri, 23 Jan 2009 08:58:10 +1300 (NZDT) Received: by citylink.fud.org.nz (Postfix, from userid 1001) id A2E4E11431; Fri, 23 Jan 2009 08:58:09 +1300 (NZDT) Date: Thu, 22 Jan 2009 11:58:09 -0800 From: Andrew Thompson To: Hans Petter Selasky Message-ID: <20090122195809.GD84458@citylink.fud.org.nz> References: <1421.1232314073@critter.freebsd.dk> <200901221624.13536.hselasky@c2i.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200901221624.13536.hselasky@c2i.net> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: Poul-Henning Kamp , freebsd-current@freebsd.org, 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: Thu, 22 Jan 2009 19:58:15 -0000 On Thu, Jan 22, 2009 at 04:24:12PM +0100, Hans Petter Selasky wrote: > Hi, > > Try these patches on a clean -current. Tested with a similar device of yours! > > http://perforce.freebsd.org/chv.cgi?CH=156521 > http://perforce.freebsd.org/chv.cgi?CH=156522 I am still seeing the UHCI attach issue with these patches applied. usb2_alloc_device:1401: set address 2 failed (ignored) usb2_alloc_device:1436: getting device descriptor at addr 2 failed! usb2_req_re_enumerate:1366: addr=2, set address failed! (ignored) usb2_req_re_enumerate:1379: getting device descriptor at addr 2 failed! usb2_req_re_enumerate:1366: addr=2, set address failed! (ignored) usb2_req_re_enumerate:1379: getting device descriptor at addr 2 failed! ugen1.2: <> at usbus1 (disconnected) uhub_reattach_port:413: could not allocate new device! Andrew