From owner-freebsd-current@FreeBSD.ORG Fri Sep 27 11:59:19 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 769AD309 for ; Fri, 27 Sep 2013 11:59:19 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 33F342659 for ; Fri, 27 Sep 2013 11:59:18 +0000 (UTC) Received: from [127.0.0.1] (Scott4long@pooker.samsco.org [168.103.85.57]) (authenticated bits=0) by pooker.samsco.org (8.14.5/8.14.5) with ESMTP id r8RBjOrk067032; Fri, 27 Sep 2013 05:45:25 -0600 (MDT) (envelope-from scottl@samsco.org) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.6 \(1510\)) Subject: Re: r255873: ahcich7: Timeout on slot 0 port 0 FLOODING kernel messages From: Scott Long In-Reply-To: <20130927083647.39956586@laptop.minsk.domain> Date: Fri, 27 Sep 2013 05:45:23 -0600 Content-Transfer-Encoding: quoted-printable Message-Id: <977CE1C1-B96C-4553-8C08-0077E1738496@samsco.org> References: <20130926085326.72b53660@thor.walstatt.dyndns.org> <20130926154026.4be04064@laptop.minsk.domain> <20130926130718.GH41229@kib.kiev.ua> <20130927083647.39956586@laptop.minsk.domain> To: "Sergey V. Dyatko" X-Mailer: Apple Mail (2.1510) Cc: Konstantin Belousov , FreeBSD CURRENT 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 11:59:19 -0000 On Sep 26, 2013, at 11:36 PM, Sergey V. Dyatko = wrote: > On Thu, 26 Sep 2013 16:07:18 +0300 > Konstantin Belousov wrote: >=20 >> On Thu, Sep 26, 2013 at 03:40:26PM +0300, Sergey V. Dyatko wrote: >>> On Thu, 26 Sep 2013 08:53:26 +0200 >>> "O. Hartmann" wrote: >>>=20 >>>> Rebooting into CURRENT r255873 floods the kernel messages with >>>>=20 >>>> ahcich7: Timeout on slot 0 port 0 >>>> ahcich7: is 00000000 cs 00000001 ss 00000000 rs 00000001 tfd c0 >>>> serr 00000000 cmd 0004c017 >>>>=20 >>>> What is this supposed to mean? Is this a GEOM pollution of the >>>> outer world? >>>>=20 >>>> Regards, >>>>=20 >>>> oh >>>=20 >>> +1 :( >>> ahcich1: Timeout on slot 29 port 0 >>> ahcich1: is 40000001 cs 60000000 ss 00000000 rs 60000000 tfd 2451 >>> serr 00000000 cmd 00005d17 >>> ahcich1: Timeout on slot 30 port 0 >>> ahcich1: is 00000000 cs c0000000 ss 00000000 rs c0000000 tfd c0 serr >>> 00000000 cmd 0000de17 >>=20 >> Does reverting r255870 and r255871 help ? >=20 > yes, these messages disappeared after revert 255870 and r255871 >=20 Hi, Nothing that I changes should have affected the ahci driver. In fact, I = tested this driver specifically during my development. Can you confirm that = you built both kernel and modules from a clean state? Scott