From owner-freebsd-current@FreeBSD.ORG Tue May 5 12:30:06 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 5C7451065673 for ; Tue, 5 May 2009 12:30:06 +0000 (UTC) (envelope-from quakelee@geekcn.org) Received: from tarsier.delphij.net (delphij-pt.tunnel.tserv2.fmt.ipv6.he.net [IPv6:2001:470:1f03:2c9::2]) by mx1.freebsd.org (Postfix) with ESMTP id DA38A8FC13 for ; Tue, 5 May 2009 12:30:05 +0000 (UTC) (envelope-from quakelee@geekcn.org) Received: from tarsier.geekcn.org (tarsier.geekcn.org [211.166.10.233]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tarsier.delphij.net (Postfix) with ESMTPS id AC73B5C06F for ; Tue, 5 May 2009 20:30:04 +0800 (CST) Received: from localhost (tarsier.geekcn.org [211.166.10.233]) by tarsier.geekcn.org (Postfix) with ESMTP id 8AEC655D16B5; Tue, 5 May 2009 20:30:04 +0800 (CST) X-Virus-Scanned: amavisd-new at geekcn.org Received: from tarsier.geekcn.org ([211.166.10.233]) by localhost (mail.geekcn.org [211.166.10.233]) (amavisd-new, port 10024) with ESMTP id teaH8rbOAGjg; Tue, 5 May 2009 20:29:10 +0800 (CST) Received: from qld630 (unknown [114.243.10.31]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tarsier.geekcn.org (Postfix) with ESMTPSA id D052555D16B3; Tue, 5 May 2009 20:29:05 +0800 (CST) DomainKey-Signature: a=rsa-sha1; s=default; d=geekcn.org; c=nofws; q=dns; h=date:to:subject:from:organization:content-type: mime-version:references:content-transfer-encoding:message-id:in-reply-to:user-agent; b=tYouPBw5MLbDhkKRizWrL28blaPdQb7qKKhF9kMEebPI+/a3oq9PArC+Dit1FM8Fo UQL3uSfTOJ28bGTWxmmCg== Date: Tue, 05 May 2009 20:28:49 +0800 To: "Hans Petter Selasky" , freebsd-current@freebsd.org From: "Chao Shin" Organization: GeekCN Content-Type: text/plain; format=flowed; delsp=yes; charset=utf-8 MIME-Version: 1.0 References: <200905051040.53708.hselasky@c2i.net> <200905051222.00887.hselasky@c2i.net> Content-Transfer-Encoding: 8bit Message-ID: In-Reply-To: <200905051222.00887.hselasky@c2i.net> User-Agent: Opera Mail/9.64 (Win32) Cc: 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:30:06 -0000 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 usbus1 ums0: 3 buttons and [XYZ] coordinates ID=0 Thank you very much! Would you commit this patch to current? BTW: usb2.0 is great work, I have test umass device on current, it is 6 times faster than 1.0. Do you have any plan make usb2.0 to support kdb or mountroot> ? > On Tuesday 05 May 2009, Chao Shin wrote: >> 在 Tue, 05 May 2009 16:40:53 +0800,Hans Petter Selasky >> >> >> 写道: >> > sysctl hw.usb2.uhci.debug=15 >> >> This is my dmesg in attchement. > > Try the attached patch to uhci.c. > > --HPS -- The Power to Serve