From owner-freebsd-current@FreeBSD.ORG Sun Jan 30 15:15:09 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 27A8C106564A; Sun, 30 Jan 2011 15:15:09 +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 D175F8FC0C; Sun, 30 Jan 2011 15:15:08 +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 1PjYzX-0007yZ-Ol; Sun, 30 Jan 2011 16:15:03 +0100 Message-ID: <4D458076.4050306@gwdg.de> Date: Sun, 30 Jan 2011 16:15:02 +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> <201101142010.25172.hselasky@c2i.net> <4D456E51.3040207@gwdg.de> <201101301513.42967.hselasky@c2i.net> In-Reply-To: <201101301513.42967.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 15:15:09 -0000 On 30.01.2011 15:13 (UTC+1), Hans Petter Selasky wrote: > On Sunday 30 January 2011 14:57:37 Rainer Hurling wrote: >> On 14.01.2011 20:10 (UTC+1), Hans Petter Selasky wrote: >>> Marcus, >>> >>> Can you have a look at this? >> >> Are there any news? >> > > I don't have any news, except it is a HAL problem and it needs to be solved > there. Ok, I understand. Besides this I think that my device is not fully recognized by usb code. I only get 'Generic STORAGE DEVICE 9744' instead of something like 'Genesys Logic, Inc. USB2.0 Multislot Card Reader/Writer'. Wouldn't it be useful to integrate the device info into the usb driver? #lssub Bus 002 Device 002: ID05e3:0716 Genesys Logic, Inc. USB2.0 Multislot Card Reader/Writer idVendor 0x05e3 Genesys Logic, Inc. #usb-devices T: Bus=02 Lev=01 Prnt=01 Port=03 Cnt=01 Dev#= 2 Spd=480 MxCh= 0 D: Ver=2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1 P: Vendor=05e3 ProdID=0176 Rev=97.44 S: Product=USB Storage S: SerialNumber=000000009744 C: #Ifs= 1 Cfg#= 1 Atr=80 MxPwr=500mA I: If#= 0 Alt= 0 #EPs= 2 Cls=08(stor.) Sub=06 Prot=50 Driver=usb-storage Rainer > --HPS