From owner-freebsd-current@FreeBSD.ORG Thu Aug 27 17:15:10 2009 Return-Path: Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CDB861065695; Thu, 27 Aug 2009 17:15:10 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 9D3368FC3D; Thu, 27 Aug 2009 17:15:09 +0000 (UTC) Received: from odyssey.starpoint.kiev.ua (alpha-e.starpoint.kiev.ua [212.40.38.101]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id UAA08098; Thu, 27 Aug 2009 20:15:08 +0300 (EEST) (envelope-from avg@icyb.net.ua) Message-ID: <4A96BF1B.4020605@icyb.net.ua> Date: Thu, 27 Aug 2009 20:15:07 +0300 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.22 (X11/20090724) MIME-Version: 1.0 To: freebsd-current@FreeBSD.ORG X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Alexander Motin Subject: ata errors with sata dvd drive X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 27 Aug 2009 17:15:10 -0000 Here are some errors from ATA driver that I see with head code that were not reported with stable/7 code: kernel: ata7: port is not ready (timeout 0ms) tfd = 00000180 kernel: ata7: software reset clear timeout kernel: acd0: FAILURE - unknown CMD (0xac) timed out kernel: ata7: port is not ready (timeout 0ms) tfd = 00000180 kernel: ata7: software reset clear timeout kernel: acd0: FAILURE - unknown CMD (0xac) timed out I mean ata7 lines specifically, acd0 lines were observed before. I suspect that the CMD in question is issued either by hal or by k3b. The drive is Optiarc DVD RW AD-7191S/1.02. SATA controller is that of SB700. -- Andriy Gapon