From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761162AbXGMVBA (ORCPT ); Fri, 13 Jul 2007 17:01:00 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754422AbXGMVAv (ORCPT ); Fri, 13 Jul 2007 17:00:51 -0400 Received: from rtr.ca ([64.26.128.89]:2540 "EHLO mail.rtr.ca" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753142AbXGMVAu (ORCPT ); Fri, 13 Jul 2007 17:00:50 -0400 Message-ID: <4697E802.8010607@rtr.ca> Date: Fri, 13 Jul 2007 17:00:50 -0400 From: Mark Lord User-Agent: Thunderbird 2.0.0.4 (X11/20070604) MIME-Version: 1.0 To: Sergei Shtylyov Cc: Alan Cox , Bartlomiej Zolnierkiewicz , Suleiman Souhlal , linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/3] Make the IDE DMA timeout modifiable References: <20070221011922.GA1777@freefall.freebsd.org> <200702210342.20775.bzolnier@gmail.com> <466EEFD6.9030001@ru.mvista.com> <200706160123.55636.bzolnier@gmail.com> <4693D9B6.4090408@ru.mvista.com> <20070713161612.2f2ebb0b@the-village.bc.nu> <46979652.6040201@rtr.ca> <4697987E.3040406@ru.mvista.com> <4697D425.7000300@rtr.ca> <4697DBB2.7020507@ru.mvista.com> <4697E69F.4030509@rtr.ca> In-Reply-To: <4697E69F.4030509@rtr.ca> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Mark Lord wrote: > Sergei Shtylyov wrote: >> Mark Lord wrote: > .. >>> When a drive is in standby, we don't send it anything special to wake >>> up. >> >> Wait, aren't we sending IDLE on resume step 2 -- looking at >> ide-io.cide_start_power_step()? > > Sure, for RESUME. > > But now for a drive that just happens to have put itself into standby > due to expiration of the standby timer (hdparm -S). That should have said: But *not* for a drive ...