From: Randy Dunlap <randy.dunlap@oracle.com>
To: linux-acpi@vger.kernel.org, len.brown@intel.com, akpm <akpm@osdl.org>
Subject: [Ubuntu PATCH] disable ACPI on some Phoenix BIOS
Date: Tue, 20 Jun 2006 22:32:51 -0700 [thread overview]
Message-ID: <4498DA03.2020001@oracle.com> (raw)
Disable ACPI on some Phoenix BIOS, or the system will freeze.
http://www.kernel.org/git/?p=linux/kernel/git/bcollins/ubuntu-dapper.git;a=commitdiff;h=8ae54aeedb4b33a74ba5d811abef07d83f1838f4
---
arch/i386/kernel/acpi/boot.c | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
--- linux-2617-pv.orig/arch/i386/kernel/acpi/boot.c
+++ linux-2617-pv/arch/i386/kernel/acpi/boot.c
@@ -928,7 +928,15 @@ static struct dmi_system_id __initdata a
DMI_MATCH(DMI_BOARD_NAME, "2629H1G"),
},
},
-
+ {
+ .callback = dmi_disable_acpi,
+ .ident = "Phoenix Technologies",
+ .matches = {
+ DMI_MATCH(DMI_BIOS_VENDOR,"Phoenix Technologies, LTD"),
+ DMI_MATCH(DMI_BIOS_VERSION, "6.00 PG"),
+ DMI_MATCH(DMI_BIOS_DATE, "11/05/2003"),
+ },
+ },
/*
* Boxes that need acpi=ht
*/
next reply other threads:[~2006-06-21 5:31 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-06-21 5:32 Randy Dunlap [this message]
2006-06-21 10:52 ` [Ubuntu PATCH] disable ACPI on some Phoenix BIOS Matthew Garrett
2006-06-22 1:46 ` Andrew Morton
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=4498DA03.2020001@oracle.com \
--to=randy.dunlap@oracle.com \
--cc=akpm@osdl.org \
--cc=len.brown@intel.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox