From nobody Mon Sep 17 00:00:00 2001 From: chuck Date: Mon, 12 Jun 2006 18:56:49 -0400 Subject: [PATCH] [UBUNTU: acpi/boot] Requires acpi=off System requires acpi=off or the system will freeze. Signed-off-by: Chuck Short --- arch/i386/kernel/acpi/boot.c | 10 +++++++++- debian/changelog | 2 ++ 2 files changed, 11 insertions(+), 1 deletions(-) a1fef2c322be4daec69b4c5701be179c3b69495c diff --git a/arch/i386/kernel/acpi/boot.c b/arch/i386/kernel/acpi/boot.c index 3ea357c..a2b9074 100644 --- a/arch/i386/kernel/acpi/boot.c +++ b/arch/i386/kernel/acpi/boot.c @@ -922,7 +922,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 */ diff --git a/debian/changelog b/debian/changelog index 684b5be..5546afc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -27,6 +27,8 @@ linux-source-2.6.15 (2.6.15-24.41) dappe - Malone: #21558. * via-agp: Add support for PT880ULTRA. - Malone: #32968 + * acpi/boot: Phoenix Technologies, LTD 6.00 PG requires acpi=off. + - Malone: #43732. -- Ben Collins Mon, 12 Jun 2006 12:27:42 -0400 -- 1.3.3