From owner-freebsd-current@FreeBSD.ORG Fri Jan 8 17:19:21 2010 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 3F282106566C for ; Fri, 8 Jan 2010 17:19:21 +0000 (UTC) (envelope-from freebsd-current@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id E70938FC20 for ; Fri, 8 Jan 2010 17:19:20 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.50) id 1NTIUY-00046j-5A for freebsd-current@freebsd.org; Fri, 08 Jan 2010 18:19:18 +0100 Received: from 200.41.broadband11.iol.cz ([90.178.41.200]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 08 Jan 2010 18:19:18 +0100 Received: from gamato by 200.41.broadband11.iol.cz with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 08 Jan 2010 18:19:18 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-current@freebsd.org From: martinko Date: Fri, 08 Jan 2010 18:18:56 +0100 Lines: 30 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 200.41.broadband11.iol.cz User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.1.6) Gecko/20100102 SeaMonkey/2.0.1 In-Reply-To: Sender: news Cc: freebsd-stable@freebsd.org Subject: Re: driver bug: Unable to set devclass (devname: (null)) 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: Fri, 08 Jan 2010 17:19:21 -0000 pluknet wrote: > 2010/1/8 martinko: >> Hi, >> >> This is 8.0-RELEASE-p2 and I see the following during boot: >> >> Jan 8 09:38:46 mb-aw1n-bsd kernel: Timecounter "TSC" frequency 1993542975 >> Hz quality 800 >> Jan 8 09:38:46 mb-aw1n-bsd kernel: Timecounters tick every 1.000 msec >> Jan 8 09:38:46 mb-aw1n-bsd kernel: firewire0: 1 nodes, maxhop<= 0 cable >> IRM irm(0) (me) >> Jan 8 09:38:46 mb-aw1n-bsd kernel: firewire0: bus manager 0 >> Jan 8 09:38:46 mb-aw1n-bsd kernel: usbus0: 12Mbps Full Speed USB v1.0 >> Jan 8 09:38:46 mb-aw1n-bsd kernel: usbus1: 12Mbps Full Speed USB v1.0 >> Jan 8 09:38:46 mb-aw1n-bsd kernel: usbus2: 12Mbps Full Speed USB v1.0 >> Jan 8 09:38:46 mb-aw1n-bsd kernel: usbus3: 480Mbps High Speed USB v2.0 >> Jan 8 09:38:46 mb-aw1n-bsd kernel: driver bug: Unable to set devclass >> (devname: (null)) >> ^^^^^^^^^^-- ??? >> Jan 8 09:38:46 mb-aw1n-bsd kernel: ad0: 76319MB >> at ata0-master UDMA100 >> >> I'm not sure which driver spits it out -- perhaps new USB stack ? >> > > There was a thread which might be helpful to identify a buggy driver: > http://lists.freebsd.org/pipermail/freebsd-current/2009-March/004272.html Well, in that thread Alexander mentioned ata and that's just next to my driver bug message.