From owner-freebsd-current@FreeBSD.ORG Sun Jan 30 15:22:14 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 73D7C1065679; Sun, 30 Jan 2011 15:22:14 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe02.c2i.net [212.247.154.34]) by mx1.freebsd.org (Postfix) with ESMTP id CEE338FC2E; Sun, 30 Jan 2011 15:22:13 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.1 cv=oR3+9dOmPeF3nZCt5Gxyvf/bIpfj8bfjGZkkfp/xES8= c=1 sm=1 a=dSpJOiu3KQYA:10 a=Q9fys5e9bTEA:10 a=CL8lFSKtTFcA:10 a=i9M/sDlu2rpZ9XS819oYzg==:17 a=cdPtcWTsC21jwuSAKaUA:9 a=P9GZnOF9ePxuCCPsu019KWJ2hsYA:4 a=PUjeQqilurYA:10 a=i9M/sDlu2rpZ9XS819oYzg==:117 Received: from [188.126.198.129] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe02.swip.net (CommuniGate Pro SMTP 5.2.19) with ESMTPA id 81050911; Sun, 30 Jan 2011 16:22:11 +0100 From: Hans Petter Selasky To: freebsd-current@freebsd.org Date: Sun, 30 Jan 2011 16:22:14 +0100 User-Agent: KMail/1.13.5 (FreeBSD/8.2-PRERELEASE; KDE/4.4.5; amd64; ; ) References: <4D30125C.70607@gwdg.de> <201101301513.42967.hselasky@c2i.net> <4D458076.4050306@gwdg.de> In-Reply-To: <4D458076.4050306@gwdg.de> X-Face: *nPdTl_}RuAI6^PVpA02T?$%Xa^>@hE0uyUIoiha$pC:9TVgl.Oq, NwSZ4V"|LR.+tj}g5 %V,x^qOs~mnU3]Gn; cQLv&.N>TrxmSFf+p6(30a/{)KUU!s}w\IhQBj}[g}bj0I3^glmC( :AuzV9:.hESm-x4h240C`9=w MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201101301622.14944.hselasky@c2i.net> Cc: 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 15:22:14 -0000 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. --HPS