From owner-freebsd-current@FreeBSD.ORG Fri Sep 27 11:44:23 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 77073B82; Fri, 27 Sep 2013 11:44:23 +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 2D9A72589; Fri, 27 Sep 2013 11:44:23 +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=i+OMcAt1L7v43Ha5gk9FjQSIzNJxePR1y6MnTRZnmz8=; b=sK4q1+3GDXpJYrJLjoDmBFm2G/uk6KpBd764wntb0t86WnTESXXu6bUrq4IbPoHGrqXyyMeu+4d4wINs9O+5hfz4KUlydB6pGCFqMNC+K0vjxhFkZo3XPHwZVSuHjEgg5PL19SR0SHmjlaDr9Kqj24GkTqi4kVyxzO1nlI/f1Is=; Received: from [178.137.138.140] (helo=nonamehost.local) by fsm1.ukr.net with esmtpsa ID 1VPWT7-0002Pd-9Q ; Fri, 27 Sep 2013 14:44:21 +0300 Date: Fri, 27 Sep 2013 14:44:20 +0300 From: Ivan Klymenko To: Glen Barber Subject: Re: kernel: ahcich1: Timeout on slot 0 port 0 Message-ID: <20130927144420.68aa3a7a@nonamehost.local> In-Reply-To: <20130927114103.GE2335@glenbarber.us> References: <20130927131431.444155d6@nonamehost.local> <20130927114103.GE2335@glenbarber.us> 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: Fri, 27 Sep 2013 11:44:23 -0000 =D0=92 Fri, 27 Sep 2013 07:41:03 -0400 Glen Barber =D0=BF=D0=B8=D1=88=D0=B5=D1=82: > On Fri, Sep 27, 2013 at 01:14:31PM +0300, Ivan Klymenko wrote: > > 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 >=20 > Are your kernel and userland in sync? >=20 > Glen >=20 Yes, of course.