All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andreas Saur <saur@acmelabs.de>
To: linux-acpi@vger.kernel.org
Subject: RE: RE: Failed resuming IDE from S3 on Abit NF7 (nForce2)
Date: Thu, 13 Apr 2006 14:21:40 +0200	[thread overview]
Message-ID: <443E4254.3060008@acmelabs.de> (raw)

    Dear Luming,

the bug you are refering to, seems pretty much the same bug like I do 
have here. But I've got two questions. Could you please help me? And I 
do asume, that this patch isn't in the resent kernel yet, isn't it?

1) If I want to adopt your patch, I should use the values from my 
acpidump, but I can't find anything reasonable. What should my values 
look like? (see here: 
http://bugzilla.kernel.org/attachment.cgi?id=7762&action=view )

2) How do I ensure, that this native IDE driver is really used? Do I 
have to uncheck all non-native IDE drivers in the kernel config? (In my 
case it's the amd71xx, I guess)

Please excuse the silly questions, but I am pretty new to game of kernel 
configuration and compilation, but steady learning :-)

Thank you very much.

Refering to:
----------------------------------------------------------------------
 >>Bugzilla:
 >>   http://bugzilla.kernel.org/show_bug.cgi?id=5604#c19ide_sleep.dpatch
 >>
 >>Patch:
 >>   http://www.codon.org.uk/~mjg59/tmp/external-drivers-ide_sleep.dpatch
 >>
 >>------- Additional Comment #17 From Luming Yu  2005-11-18 07:49 -------
 >>
 >>The ide patch mentioned in comment#16 is not complete yet.
 >>That is the reason for ACPI HANDLE IS NULL.
 >>
 >>So, It's not surprise it doesn't work.
 >>Could you try to remove error detecting code before invoking _GTM and 
_STM
 >>And hardcode with :
 >>
 >>For invoking _GTM:
 >>
 >>{
 >>acpi_handle tmp;
 >>acpi_get_handle(NULL, \\_SB.C002.C0A6.C1D5, &tmp);
 >>status = acpi_evaluate_object(tmp, "_GTM", NULL, &buffer);
 >>...
 >>}
 >>
 >>For invoking _STM:
 >>
 >>{
 >>acpi_handle tmp;
 >>acpi_get_handle(NULL, \\_SB.C002.C0A6.C1D5, &tmp);
 >>status = acpi_evaluate_object(stat->handle, "_STM", &input, NULL);
 >>..
 >>}
----------------------------------------------------------------------

             reply	other threads:[~2006-04-13 12:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-04-13 12:21 Andreas Saur [this message]
  -- strict thread matches above, loose matches on Subject: below --
2006-04-13 13:37 RE: Failed resuming IDE from S3 on Abit NF7 (nForce2) Yu, Luming

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=443E4254.3060008@acmelabs.de \
    --to=saur@acmelabs.de \
    --cc=linux-acpi@vger.kernel.org \
    /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.