From owner-freebsd-current@FreeBSD.ORG Wed Apr 20 21:26:43 2011 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 BD1B01065688; Wed, 20 Apr 2011 21:26:43 +0000 (UTC) (envelope-from bruce@cran.org.uk) Received: from muon.cran.org.uk (muon.cran.org.uk [IPv6:2a01:348:0:15:5d59:5c40:0:1]) by mx1.freebsd.org (Postfix) with ESMTP id 50D138FC18; Wed, 20 Apr 2011 21:26:43 +0000 (UTC) Received: from muon.cran.org.uk (localhost [127.0.0.1]) by muon.cran.org.uk (Postfix) with ESMTP id 68F32E61E5; Wed, 20 Apr 2011 22:26:42 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=cran.org.uk; h=date:from :to:cc:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; s=mail; bh=lQn/sVq5gjWi S6Oglv94IBm/AeI=; b=KFAr8THk6nRShcWzGV4N+vCLZJWl68KxcAfN7cNiFU82 tvNqTO1/JeKxainrmf/r9NezeM7MalzPHjd7L86LOxcr0FaOLHRt8zmdu8qnUIiQ lvh9WEYlMWAGNrU08xS7pw6mLpaLp6k1+ByoouHp9Thws0kzm2IsnhA2lws+Zhw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=cran.org.uk; h=date:from:to :cc:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; q=dns; s=mail; b=kWYV3K Cqc8ksGnjd/oNSreffdwQmQqA+u1OalgVQJmVTZBJM6amW6N016gTivn0kPlwlIk yM5e9QuGqIdoT5z8BoskgWWMdcp1Q3aY7ZEVQkbwqw9DlEeWDjvoKcnMqFJ8Hlkw e3VobVMsqhZkSGNEYye49xij2gGC9bfGRO7vw= Received: from unknown (188-222-18-231.zone13.bethere.co.uk [188.222.18.231]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by muon.cran.org.uk (Postfix) with ESMTPSA id 23DB5E61DC; Wed, 20 Apr 2011 22:26:42 +0100 (BST) Date: Wed, 20 Apr 2011 22:26:36 +0100 From: Bruce Cran To: Alexander Motin Message-ID: <20110420222636.00006fcd@unknown> In-Reply-To: <4DAF2BFC.3030504@FreeBSD.org> References: <4DAEAE1B.70207@FreeBSD.org> <20110420132001.000058e1@unknown> <4DAECFDC.2050508@FreeBSD.org> <20110420191922.00002482@unknown> <4DAF2BFC.3030504@FreeBSD.org> X-Mailer: Claws Mail 3.7.8cvs9 (GTK+ 2.16.6; i586-pc-mingw32msvc) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: FreeBSD-Current Subject: Re: Switch from legacy ata(4) to CAM-based ATA 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: Wed, 20 Apr 2011 21:26:43 -0000 On Wed, 20 Apr 2011 21:54:52 +0300 Alexander Motin wrote: > Could you show me verbose dmesg with > legacy ATA to make sure? Same time I'll try to think what can we do > about it. You're right - with the verbose dmesg with ata(4) there are lines: unknown: FAILURE - ATA_IDENTIFY timed out LBA=0 The full dmesg is at http://www.cran.org.uk/~brucec/freebsd/dmesg.verbose_ata_20110420.txt . -- Bruce Cran