From owner-freebsd-current@FreeBSD.ORG Sun Jan 30 16:16:15 2011 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 A14D3106566C; Sun, 30 Jan 2011 16:16:15 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from amailer.gwdg.de (amailer.gwdg.de [134.76.10.18]) by mx1.freebsd.org (Postfix) with ESMTP id 60EF18FC08; Sun, 30 Jan 2011 16:16:14 +0000 (UTC) Received: from p57918c42.dip.t-dialin.net ([87.145.140.66] helo=krabat.raven.hur) by mailer.gwdg.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1PjZwg-0005eP-7N; Sun, 30 Jan 2011 17:16:10 +0100 Message-ID: <4D458EC6.9040901@gwdg.de> Date: Sun, 30 Jan 2011 17:16:06 +0100 From: Rainer Hurling User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; de-DE; rv:1.9.2.13) Gecko/20101218 Thunderbird/3.1.7 MIME-Version: 1.0 To: Hans Petter Selasky References: <4D30125C.70607@gwdg.de> <201101301513.42967.hselasky@c2i.net> <4D458076.4050306@gwdg.de> <201101301622.14944.hselasky@c2i.net> In-Reply-To: <201101301622.14944.hselasky@c2i.net> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated: Id:rhurlin X-Spam-Level: - X-Virus-Scanned: (clean) by exiscan+sophie Cc: freebsd-current@freebsd.org, marcus@freebsd.org Subject: Re: Endless CAM messages with recent CURRENT 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: Sun, 30 Jan 2011 16:16:15 -0000 On 30.01.2011 16:22 (UTC+1), Hans Petter Selasky wrote: > On Sunday 30 January 2011 16:15:02 Rainer Hurling wrote: >> Wouldn't it be useful to integrate the device info into the usb driver? > > You can check if your kernel is compiled with "options USB_VERBOSE". That > should bring some more verbosity based on sys/dev/usb/usbdevs. Thanks for the hint. Now I am getting #usbconfig -u 3 -a 2 dump_device_desc ugen3.2: at usbus3, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON bLength = 0x0012 bDescriptorType = 0x0001 bcdUSB = 0x0200 bDeviceClass = 0x0000 bDeviceSubClass = 0x0000 bDeviceProtocol = 0x0000 bMaxPacketSize0 = 0x0040 idVendor = 0x05e3 idProduct = 0x0716 bcdDevice = 0x9744 iManufacturer = 0x0000 iProduct = 0x0001 iSerialNumber = 0x0002 <000000009744> bNumConfigurations = 0x0001 So it seems there already is some info about this device in the code. Rainer > --HPS