From owner-freebsd-current@FreeBSD.ORG Fri Sep 27 10:51: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 848F0AD3 for ; Fri, 27 Sep 2013 10:51:09 +0000 (UTC) (envelope-from fidaj@ukr.net) Received: from fsm1.ukr.net (fsm1.ukr.net [195.214.192.120]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3F1C122C7 for ; Fri, 27 Sep 2013 10:51:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ukr.net; s=fsm; h=Content-Transfer-Encoding:Content-Type:Mime-Version:Message-ID:Subject:To:From:Date; bh=FFXCwUPUZm8wndO4gcFvdqR18VbCWpeWujzbYpqsONA=; b=W5eItidEd6ZV3FhU1eEoz1Uvx4bhLIsGjtvGMwdQVDAmZjj6gdD8PqHo7fyS2joAVZMKJbYiB3qb4Y2kuV7MRQmSaq8bv0EMXv6d/X1BZ1TYU82ZpeJg4DxhFqy1+CTZdwbR0R57xCO6BzZNc7Bgph6amW4DbvcVoGUkjfDPMiQ=; Received: from [178.137.138.140] (helo=nonamehost.local) by fsm1.ukr.net with esmtpsa ID 1VPV4B-000NS1-R1 for freebsd-current@freebsd.org; Fri, 27 Sep 2013 13:14:31 +0300 Date: Fri, 27 Sep 2013 13:14:31 +0300 From: Ivan Klymenko To: FreeBSD CURRENT Subject: kernel: ahcich1: Timeout on slot 0 port 0 Message-ID: <20130927131431.444155d6@nonamehost.local> X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.19; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Authentication-Result: IP=178.137.138.140; mail.from=fidaj@ukr.net; dkim=pass; header.d=ukr.net 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 10:51:09 -0000 Hello all After the upgrade, with a revision r255868 to revision r255882 I have the following problem: ..... Sep 27 12:49:01 nonamehost kernel: ahcich1: Timeout on slot 0 port 0 Sep 27 12:49:01 nonamehost kernel: ahcich1: is 00000000 cs 00000001 ss 00000000 rs 00000001 tfd d0 serr 00000000 cmd 0000c017 Sep 27 12:49:01 nonamehost kernel: ahcich1: Timeout on slot 0 port 0 Sep 27 12:49:01 nonamehost kernel: ahcich1: is 00000000 cs 00000001 ss 00000000 rs 00000001 tfd d0 serr 00000000 cmd 0000c017 Sep 27 12:49:01 nonamehost kernel: ahcich1: Timeout on slot 0 port 0 Sep 27 12:49:01 nonamehost kernel: ahcich1: is 00000000 cs 00000001 ss 00000000 rs 00000001 tfd d0 serr 00000000 cmd 0000c017 Sep 27 12:49:01 nonamehost kernel: ahcich1: Timeout on slot 0 port 0 Sep 27 12:49:01 nonamehost kernel: ahcich1: is 00000000 cs 00000003 ss 00000000 rs 00000003 tfd d0 serr 00000000 cmd 0000c017 ...... many messages In what could be the reason? FreeBSD 10.0-ALPHA3 #0 r255882 Thank you.