2006-01-04 21:59:41

by Ben Collins

[permalink] [raw]
Subject: [PATCH 01/15] i386/acpi: Disable ACPI-PCI for Toshiba Tecra A4 laptops, bios ver 1.60.

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

Signed-off-by: Ben Collins <[email protected]>

---

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