[PATCH 17/22] [PATCH] i386/x86_64: Force pci=noacpi on HP XW9300

From: Chris Wright
Date: Wed May 17 2006 - 18:12:24 EST


-stable review patch. If anyone has any objections, please let us know.
------------------

This is needed to see all devices.

The system has multiple PCI segments and we don't handle that properly
yet in PCI and ACPI. Short term before this is fixed blacklist it to
pci=noacpi.

Acked-by: len.brown@xxxxxxxxx
Signed-off-by: Andi Kleen <ak@xxxxxxx>
Signed-off-by: Linus Torvalds <torvalds@xxxxxxxx>
Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxx>
Signed-off-by: Chris Wright <chrisw@xxxxxxxxxxxx>

---
arch/i386/kernel/acpi/boot.c | 8 ++++++++
1 file changed, 8 insertions(+)

--- linux-2.6.16.16.orig/arch/i386/kernel/acpi/boot.c
+++ linux-2.6.16.16/arch/i386/kernel/acpi/boot.c
@@ -1060,6 +1060,14 @@ static struct dmi_system_id __initdata a
DMI_MATCH(DMI_PRODUCT_NAME, "TravelMate 360"),
},
},
+ {
+ .callback = disable_acpi_pci,
+ .ident = "HP xw9300",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"),
+ DMI_MATCH(DMI_PRODUCT_NAME, "HP xw9300 Workstation"),
+ },
+ },
{}
};


--
-
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/