From: Arkadiusz Miskiewicz <arekm@pld-linux.org>
To: linux-kernel@vger.kernel.org
Cc: swsusp-devel@lists.sourceforge.net
Subject: [PATCH 2.6]: suspend to disk only available if non-modular IDE
Date: Sun, 28 Mar 2004 21:36:55 +0200 [thread overview]
Message-ID: <200403282136.55435.arekm@pld-linux.org> (raw)
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
next reply other threads:[~2004-03-28 19:37 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-03-28 19:36 Arkadiusz Miskiewicz [this message]
2004-03-28 23:37 ` [Swsusp-devel] [PATCH 2.6]: suspend to disk only available if non-modular IDE 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200403282136.55435.arekm@pld-linux.org \
--to=arekm@pld-linux.org \
--cc=linux-kernel@vger.kernel.org \
--cc=swsusp-devel@lists.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.