From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Lunz Subject: Re: [linux-pm] [patch, rft] amd74xx: implement suspend-to-ram Date: Thu, 27 Jul 2006 18:43:12 -0400 Message-ID: <20060727224311.GA4104@knob.reflex> References: <20060715210518.GA3263@opus.vpn-dev.reflex> <200607251727.12678.david-b@pacbell.net> <20060726090204.GC1905@elf.ucw.cz> <200607261729.35098.david-b@pacbell.net> <20060727204939.GA3797@elf.ucw.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20060727204939.GA3797@elf.ucw.cz> Sender: linux-ide-owner@vger.kernel.org To: Pavel Machek Cc: David Brownell , linux-pm@lists.osdl.org, linux-ide@vger.kernel.org, Vojtech Pavlik List-Id: linux-pm@vger.kernel.org On Thu, Jul 27, 2006 at 10:49:39PM +0200, Pavel Machek wrote: > > Oh, I see. But wouldn't that cause FREEZE to spin down the drives? > > I do not think so. If it will, I'm obviously wrong and original > version is okay. I think it's the ide bus shutdown methods that do power management on the drives. But here we're talking about the pci ide controller. At any rate, not having the if() means my machine freezes during the suspend phase of STD. Jason