The patch titled disable ACPI on some Phoenix BIOS has been added to the -mm tree. Its filename is disable-acpi-on-some-phoenix-bios.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: disable ACPI on some Phoenix BIOS From: Randy Dunlap <randy.dunlap@xxxxxxxxxx> 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 Cc: Matthew Garrett <mjg59@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- arch/i386/kernel/acpi/boot.c | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff -puN arch/i386/kernel/acpi/boot.c~disable-acpi-on-some-phoenix-bios arch/i386/kernel/acpi/boot.c --- a/arch/i386/kernel/acpi/boot.c~disable-acpi-on-some-phoenix-bios +++ a/arch/i386/kernel/acpi/boot.c @@ -991,7 +991,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 */ _ Patches currently in -mm which might be from randy.dunlap@xxxxxxxxxx are acpi-add-ibm-r60e-laptop-to-proc-idle-blacklist.patch disable-acpi-on-some-phoenix-bios.patch input-allow-root-to-inject-unknown-scan-codes.patch irda-add-some-ibm-think-pads.patch 8250_pnp-add-support-for-other-wacom-tablets.patch ata-add-some-nvidia-chipset-ids.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html