[PATCH 01/15] i386/acpi: Disable ACPI-PCI for Toshiba Tecra A4laptops, bios ver 1.60.

From: Ben Collins
Date: Wed Jan 04 2006 - 16:58:45 EST


Reference: http://bugzilla.ubuntu.com/17398

Signed-off-by: Ben Collins <bcollins@xxxxxxxxxx>

---

arch/i386/kernel/acpi/boot.c | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)

ef75d4e664e162516e5b3ed93aa959c3e10da4ba
diff --git a/arch/i386/kernel/acpi/boot.c b/arch/i386/kernel/acpi/boot.c
index 447fa9e..9d3dc8c 100644
--- a/arch/i386/kernel/acpi/boot.c
+++ b/arch/i386/kernel/acpi/boot.c
@@ -1053,6 +1053,15 @@ static struct dmi_system_id __initdata a
DMI_MATCH(DMI_PRODUCT_NAME, "TravelMate 360"),
},
},
+ {
+ .callback = disable_acpi_pci,
+ .ident = "Toshiba Tecra A4",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
+ DMI_MATCH(DMI_PRODUCT_NAME, "TECRA A4"),
+ DMI_MATCH(DMI_BIOS_VERSION, "Version 1.60"),
+ },
+ },
{}
};

--
1.0.5
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/