From: Johannes Weiner <hannes-kernel@saeurebad.de>
To: linux-kernel@vger.kernel.org
Subject: ACPI initialization failure with v2.6.21-rc4
Date: Sun, 18 Mar 2007 11:21:32 +0100 [thread overview]
Message-ID: <20070318102131.GA27142@leiferikson> (raw)
In-Reply-To: <20070318094248.GP752@stusta.de>
Hi,
The kernel version mentioned in the subject won't boot because the ACPI
system does not get initialized; the system freezes on an outb() in
acpi_os_write_port() i.e. it does not do anything anymore and just hangs.
Here is the `stack trace' I managed to extract via debugging output:
-- acpi_os_write_port(0xb2, 240, 8)
-- acpi_hw_set_mode(ACPI_SYS_MODE_ACPI)
-- acpi_enable()
-- acpi_enable_subsystem(~ACPI_NO_ACPI_ENABLE)
-- acpi_early_init()
...
Notes:
* acpi_os_write_port(): I printk'd the arguments; the port
formatted with %#x and the value with %u.
* acpi_enable_subsystem(): I removed ACPI_NO_HARDWARE_INIT
from the arguments because it is not used anymore.
In this context I want to mention that it probably can be
removed from include/acpi/actypes.h generally.
Random question:
I noticed that acpi_gbl_FADT is declared in
include/acpi/acglobal.h but where is it actually defined and
initialized?
HTH,
Hannes
next prev parent reply other threads:[~2007-03-18 10:26 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-03-18 9:42 Linux 2.6.16.44-rc2 Adrian Bunk
2007-03-18 10:21 ` Johannes Weiner [this message]
-- strict thread matches above, loose matches on Subject: below --
2007-03-18 10:25 ACPI initialization failure with v2.6.21-rc4 Johannes Weiner
2007-03-18 14:52 ` Luming Yu
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=20070318102131.GA27142@leiferikson \
--to=hannes-kernel@saeurebad.de \
--cc=linux-kernel@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.