From owner-freebsd-current@FreeBSD.ORG Wed Apr 20 12:20:04 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 2E1AD106564A; Wed, 20 Apr 2011 12:20:04 +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 B20998FC13; Wed, 20 Apr 2011 12:20:03 +0000 (UTC) Received: from muon.cran.org.uk (localhost [127.0.0.1]) by muon.cran.org.uk (Postfix) with ESMTP id B2F7BE61D0; Wed, 20 Apr 2011 13:20:02 +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=ffXVHaRwKSv/ 2/caLwKFcFOyzTo=; b=oVdeAEU7N6K5HWJ+moxIYHmU6HlvbI6BT9BHCwE/fXRD qFnh9zqgaMlqQIHynPKN5a1RvnjQeXlOlYqJ33efHFUhXDdvQtRtSpdyjHJVIp7q u1ykD1F3fEXCeFkVb1Ngn5mFHQrz62MgAq4/JMa7KuM6mV0jVRayuSt2ZdNJnwo= 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=Nj8uMU 6ATEIGKAamUNDA7oT++PvHHkDgBF5eOMxC8hcfoSukFondrYv1p8qDDB/TFHS/ho HA3u1KyxmpdrYgyPIF8BVfnnIMeiwTd/g3Fq86i/+jMl6JlbdzAofSoBqZ0A/1kB yxOZdVZ8q6Q7iqRZG/8eGBKDFyrR8PqR0Fd2E= 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 58074E61CE; Wed, 20 Apr 2011 13:20:02 +0100 (BST) Date: Wed, 20 Apr 2011 13:20:01 +0100 From: Bruce Cran To: Alexander Motin Message-ID: <20110420132001.000058e1@unknown> In-Reply-To: <4DAEAE1B.70207@FreeBSD.org> References: <4DAEAE1B.70207@FreeBSD.org> X-Mailer: Claws Mail 3.7.8cvs47 (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 12:20:04 -0000 On Wed, 20 Apr 2011 12:57:47 +0300 Alexander Motin wrote: > If somebody has any problems with new ATA stack, please repeat your > tests with latest HEAD code and contact me if problem is still there. > Next three weeks before BSDCan I am going to dedicate to fixing > possibly remaining issues. I've not checked recently with -current, but at least on the latest 8-stable there's a problem with using ATA_CAM on Xen: during boot there's a pause for a minute after which "run_interrupt_driven_hooks: still waiting after 60 seconds for xpt_config" is displayed. -- Bruce Cran