From owner-freebsd-stable@FreeBSD.ORG Thu Feb 17 00:51:36 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD0D416A4CE for ; Thu, 17 Feb 2005 00:51:36 +0000 (GMT) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 129E243D45 for ; Thu, 17 Feb 2005 00:51:36 +0000 (GMT) (envelope-from ath@niksun.com) Received: from stiegl.mj.niksun.com (stiegl.mj.niksun.com [10.70.0.231]) by anuket.mj.niksun.com (8.13.1/8.12.11) with ESMTP id j1H0pOYE064773; Wed, 16 Feb 2005 19:51:24 -0500 (EST) (envelope-from ath@stiegl.mj.niksun.com) Received: by stiegl.mj.niksun.com (Postfix, from userid 1002) id 5FB825765; Wed, 16 Feb 2005 19:51:24 -0500 (EST) To: =?iso-8859-1?q?S=F8ren_Schmidt?= References: <42028F29.1030801@DeepCore.dk> <420A1792.900@DeepCore.dk> From: Andrew Heybey Date: Wed, 16 Feb 2005 19:51:24 -0500 In-Reply-To: <420A1792.900@DeepCore.dk> =?iso-8859-1?q?=28S=F8ren?= Schmidt's message of "Wed, 09 Feb 2005 15:00:50 +0100") Message-ID: <85d5v0ovoz.fsf@stiegl.mj.niksun.com> User-Agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.4 (Corporate Culture, berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Scanned: clamd / ClamAV version 0.75.1, clamav-milter version 0.75c on anuket.mj.niksun.com X-Virus-Status: Clean cc: freebsd-stable@freebsd.org Subject: Re: UPDATE: ATA mkIII first official patches - please test! X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Feb 2005 00:51:36 -0000 ATA mkIII has improved my Toshiba Tecra M2V running RELENG_5. Before, it would complain about "ATAPI_IDENTIFY TIMED OUT" on ata1-slave (the cdrom is ata1-master) when booting (but still would work). Even worse, when resuming from a memory suspend (S3) it would lose ad0 and hence crash, with messages on the console: ad0: FAILURE - ATA_IDENTIFY timed out ad0: WARNING - removed from configuration With mkIII, it now works fine: no complaints when booting and suspend/resume to memory works. Thanks Søren, andrew