From owner-freebsd-current@FreeBSD.ORG Mon Nov 10 17:01:26 2008 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 DEF6B1065689 for ; Mon, 10 Nov 2008 17:01:26 +0000 (UTC) (envelope-from takawata@init-main.com) Received: from sana.init-main.com (unknown [IPv6:2001:240:28::1]) by mx1.freebsd.org (Postfix) with ESMTP id 7AAE78FC23 for ; Mon, 10 Nov 2008 17:01:26 +0000 (UTC) (envelope-from takawata@init-main.com) Received: from ns.init-main.com (localhost [127.0.0.1]) by sana.init-main.com (8.14.3/8.14.3) with ESMTP id mAAH0KEE012491; Tue, 11 Nov 2008 02:00:20 +0900 (JST) (envelope-from takawata@ns.init-main.com) Message-Id: <200811101700.mAAH0KEE012491@sana.init-main.com> To: Hans Petter Selasky In-reply-to: Your message of "Mon, 10 Nov 2008 17:34:49 +0100." <200811101734.49989.hselasky@c2i.net> Date: Tue, 11 Nov 2008 02:00:20 +0900 From: Takanori Watanabe Cc: freebsd-current@freebsd.org Subject: Re: usb2 stack. 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: Mon, 10 Nov 2008 17:01:27 -0000 FOMA driver does not work properly. 1. AT-command interface does not probed. 2. Interface mode does not properly transit.(Especially on device close.) 3. All sysctls to indicate interface mode is disappeard.(Not so difficult.) I try to work on the second item of the list. How can I trace device requests for host controller?