From owner-freebsd-current@FreeBSD.ORG Tue May 5 12:51:39 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 3D28C106564A for ; Tue, 5 May 2009 12:51:39 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe12.swipnet.se [212.247.155.97]) by mx1.freebsd.org (Postfix) with ESMTP id C70D98FC16 for ; Tue, 5 May 2009 12:51:38 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=R2bh8Ytw37wA:10 a=6I5d2MoRAAAA:8 a=8kQB0OdkAAAA:8 a=9dGKX7PjvK8rp-SGRKsA:9 a=rnZSGXFHlsPQi95PoXmH2si7qnUA:4 a=9aOQ2cSd83gA:10 Received: from [81.191.55.181] (account mc467741@c2i.net HELO [10.36.2.183]) by mailfe12.swip.net (CommuniGate Pro SMTP 5.2.13) with ESMTPA id 1063917600; Tue, 05 May 2009 14:51:37 +0200 From: Hans Petter Selasky To: freebsd-current@freebsd.org Date: Tue, 5 May 2009 14:54:10 +0200 User-Agent: KMail/1.9.7 References: <200905051222.00887.hselasky@c2i.net> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200905051454.11249.hselasky@c2i.net> Cc: Chao Shin Subject: Re: current couldn't attach usb mouse 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: Tue, 05 May 2009 12:51:39 -0000 Hi Chao, On Tuesday 05 May 2009, Chao Shin wrote: > Great! after patched my mouse can work now, there is new dmesg segment > below: > > bge0: link state changed to UP > ugen1.2: at usbus1 > ums0: on usbu= s1 > ums0: 3 buttons and [XYZ] coordinates ID=3D0 > > Thank you very much! > Would you commit this patch to current? Yes, it is going into -current soon. =46inal patch: http://perforce.freebsd.org/chv.cgi?CH=3D161615 > > BTW: > usb2.0 is great work, I have test umass device on current, it is 6 times > faster > than 1.0. Thanks. > > Do you have any plan make usb2.0 to support kdb or mountroot> ? Not yet. The problem is USB is multi threaded, while kdb requires single=20 threaded operation. It is a little difficult. Also UKBD was Giant locked last time I checked due to some non-MPSAFE=20 dependencies. This is another issue blocking USB keyboard in KDB. =2D-HPS > > > On Tuesday 05 May 2009, Chao Shin wrote: > >> =E5=9C=A8 Tue, 05 May 2009 16:40:53 +0800=EF=BC=8CHans Petter Selasky > >> > >> > >> =E5=86=99=E9=81=93: > >> > sysctl hw.usb2.uhci.debug=3D15 > >> > >> This is my dmesg in attchement. > > > > Try the attached patch to uhci.c. > > > > --HPS