From owner-freebsd-current@FreeBSD.ORG Fri Sep 27 14:31:09 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CCC0BDC1 for ; Fri, 27 Sep 2013 14:31:09 +0000 (UTC) (envelope-from nwhitehorn@freebsd.org) Received: from smtpauth2.wiscmail.wisc.edu (wmauth2.doit.wisc.edu [144.92.197.222]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 99F462599 for ; Fri, 27 Sep 2013 14:31:09 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII; format=flowed Received: from avs-daemon.smtpauth2.wiscmail.wisc.edu by smtpauth2.wiscmail.wisc.edu (Oracle Communications Messaging Server 7u4-27.01(7.0.4.27.0) 64bit (built Aug 30 2012)) id <0MTS00200G8EQI00@smtpauth2.wiscmail.wisc.edu> for freebsd-current@freebsd.org; Fri, 27 Sep 2013 09:31:07 -0500 (CDT) X-Spam-PmxInfo: Server=avs-2, Version=6.0.3.2322014, Antispam-Engine: 2.7.2.2107409, Antispam-Data: 2013.9.27.142115, SenderIP=0.0.0.0 X-Spam-Report: AuthenticatedSender=yes, SenderIP=0.0.0.0 Received: from comporellon.tachypleus.net (adsl-76-208-67-251.dsl.mdsnwi.sbcglobal.net [76.208.67.251]) by smtpauth2.wiscmail.wisc.edu (Oracle Communications Messaging Server 7u4-27.01(7.0.4.27.0) 64bit (built Aug 30 2012)) with ESMTPSA id <0MTS00230GBVWD00@smtpauth2.wiscmail.wisc.edu> for freebsd-current@freebsd.org; Fri, 27 Sep 2013 09:31:07 -0500 (CDT) Message-id: <524596AA.4050802@freebsd.org> Date: Fri, 27 Sep 2013 09:31:06 -0500 From: Nathan Whitehorn User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.0 To: freebsd-current@freebsd.org Subject: Re: r255873: ahcich7: Timeout on slot 0 port 0 FLOODING kernel messages References: <20130926085326.72b53660@thor.walstatt.dyndns.org> <20130926154026.4be04064@laptop.minsk.domain> <20130926130718.GH41229@kib.kiev.ua> <20130927083647.39956586@laptop.minsk.domain> <977CE1C1-B96C-4553-8C08-0077E1738496@samsco.org> <20130927145251.6532d339@laptop.minsk.domain> <0B95678C-4C3A-4234-B2EA-77156ED905B9@samsco.org> <20130927125934.GA87559@gahrfit.gahr.ch> <52458A41.6040004@passap.ru> <524593B5.2010806@yandex.ru> In-reply-to: <524593B5.2010806@yandex.ru> X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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, 27 Sep 2013 14:31:09 -0000 On 09/27/13 09:18, Ruslan Makhmatkhanov wrote: > Boris Samorodov wrote on 27.09.2013 17:38: >>> reverting those two commits solved the issue. >> >> In my case just rebuilding and restarting of sysutils/hal helped. > > Rebuilding and restarting hald solved the issue on non-reverted > kernel. Thank you, Boris! > I'm about to commit a patch that touches some of this CAM code again -- fixing some unitialized CCB fields -- which can be found at http://people.freebsd.org/~nwhitehorn/cam_xflags_init.diff. I guess the issue here is unrelated and has to do with stale CCB struct definitions in HAL, but the link is above in case anyone wants to check. -Nathan