From owner-freebsd-current@FreeBSD.ORG Wed Mar 2 18:13:37 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1596216A4CE for ; Wed, 2 Mar 2005 18:13:37 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98C0043D3F for ; Wed, 2 Mar 2005 18:13:36 +0000 (GMT) (envelope-from grafan@gmail.com) Received: by wproxy.gmail.com with SMTP id 70so243847wra for ; Wed, 02 Mar 2005 10:13:36 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=OgKC8FKK7NQRd+68cHTIfGgVFltSMIExaOpHJ5yhwGF4tiragTFHw0rrkK8BbOtnXiAfSv6pu10jNEdjXKwOqc2fOw7AZp66VJpujx4cp6ZrUNxkf03w5M5h3ZA7CzLU4vv9Scnz/c1A5f+nVtsJKKyouuU88oCszl5J7BD9860= Received: by 10.54.52.38 with SMTP id z38mr42906wrz; Wed, 02 Mar 2005 10:13:35 -0800 (PST) Received: by 10.54.7.56 with HTTP; Wed, 2 Mar 2005 10:13:35 -0800 (PST) Message-ID: <6eb82e050302101340f74bcc@mail.gmail.com> Date: Thu, 3 Mar 2005 02:13:35 +0800 From: Rong-En Fan To: current@freebsd.org In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <42028F29.1030801@DeepCore.dk> <420A1792.900@DeepCore.dk> <85d5v0ovoz.fsf@stiegl.mj.niksun.com> Subject: Re: UPDATE: ATA mkIII first official patches - please test! X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Rong-En Fan List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Mar 2005 18:13:37 -0000 On 17 Feb 2005 12:03:46 +0100, Bengt Ahlgren wrote: > Andrew Heybey writes: > > > 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. > > Interesting! The IBM TPX40 exhibits the above resume behaviour when > using "device apic", but not without apic when running 5.3-RELEASE. > Hmm.. my IBM TP X31 running 2/27's current, I saw some ad0: READ_DMA timeout (retry 2 left) LBA=.... and it hangs, hdd's light is on. I have to press power button to turn off it. Strangely, after resume, it is alive for about 2 seconds before that message. Anyway, I don't have apic in kernel conf. rafan.