public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2.6]: suspend to disk only available if non-modular IDE
@ 2004-03-28 19:36 Arkadiusz Miskiewicz
  2004-03-28 23:37 ` [Swsusp-devel] " Nigel Cunningham
  0 siblings, 1 reply; 10+ messages in thread
From: Arkadiusz Miskiewicz @ 2004-03-28 19:36 UTC (permalink / raw)
  To: linux-kernel; +Cc: swsusp-devel

Hi,

resume from disk doesn't work when using modular IDE so this patch disables
this in config:

--- kernel/power/Kconfig~       2004-03-28 21:32:03.198944320 +0200
+++ kernel/power/Kconfig        2004-03-28 21:32:25.988479784 +0200
@@ -44,7 +44,7 @@

 config PM_DISK
        bool "Suspend-to-Disk Support"
-       depends on PM && SWAP
+       depends on PM && SWAP && IDE=y && BLK_DEV_IDEDISK=y
        ---help---
          Suspend-to-disk is a power management state in which the contents
          of memory are stored on disk and the entire system is shut down or

Info here:
http://groups.google.com/groups?selm=1BdIH-5WB-17%40gated-at.bofh.it&oe=UTF-8&output=gplain
-- 
Arkadiusz Miśkiewicz     CS at FoE, Wroclaw University of Technology
arekm.pld-linux.org, 1024/3DB19BBD, JID: arekm.jabber.org, PLD/Linux

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2004-04-01  7:26 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-28 19:36 [PATCH 2.6]: suspend to disk only available if non-modular IDE Arkadiusz Miskiewicz
2004-03-28 23:37 ` [Swsusp-devel] " Nigel Cunningham
2004-03-28 23:47   ` Nigel Cunningham
2004-03-29 21:34     ` Andreas Jellinghaus
2004-03-30  6:52       ` Nigel Cunningham
2004-03-30  7:31         ` Andreas Jellinghaus
2004-03-30 22:23           ` Nigel Cunningham
2004-03-30 20:11   ` Pavel Machek
2004-03-31 22:36     ` Nigel Cunningham
2004-04-01  7:26       ` Pavel Machek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox