From owner-freebsd-current@FreeBSD.ORG Sat Sep 28 09:16:26 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 7B192F4 for ; Sat, 28 Sep 2013 09:16:26 +0000 (UTC) (envelope-from fidaj@ukr.net) Received: from fsm2.ukr.net (fsm2.ukr.net [195.214.192.121]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 35B3B2A2A for ; Sat, 28 Sep 2013 09:16:25 +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:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=qNdy2KBaanyCqB6BULTwYhr1+Fv2iHa2scVCdtCeB7c=; b=AKsbzvnROZpZWwivT/8RUJTU8mfN6tmqjxOe2dF/Ria8f7bmaIXiOUANGOFCTTTQWzUBjtK+9bPfLqnFDn7/bLKe/Gq1ajJa6pjkGpFw6cy7N1IWffxh5293NK1mOMXE5Qq/4BXEhewDnHUiLYtUTKVpaJcqsJguW35EU5i/9Gs=; Received: from [178.137.138.140] (helo=nonamehost.local) by fsm2.ukr.net with esmtpsa ID 1VPpq0-000Bcc-Gi ; Sat, 28 Sep 2013 11:25:16 +0300 Date: Sat, 28 Sep 2013 11:25:15 +0300 From: Ivan Klymenko To: Ivan Klymenko Subject: Re: kernel: ahcich1: Timeout on slot 0 port 0 Message-ID: <20130928112516.7fcf30c0@nonamehost.local> In-Reply-To: <20130927131431.444155d6@nonamehost.local> References: <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=UTF-8 Content-Transfer-Encoding: quoted-printable Authentication-Result: IP=178.137.138.140; mail.from=fidaj@ukr.net; dkim=pass; header.d=ukr.net Cc: 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: Sat, 28 Sep 2013 09:16:26 -0000 =D0=92 Fri, 27 Sep 2013 13:14:31 +0300 Ivan Klymenko =D0=BF=D0=B8=D1=88=D0=B5=D1=82: > 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 >=20 > In what could be the reason? >=20 > FreeBSD 10.0-ALPHA3 #0 r255882 >=20 > Thank you. Solved http://docs.freebsd.org/cgi/mid.cgi?524593B5.2010806 Thanks!.