]> Pileus Git - ~andy/linux/commitdiff
[PATCH] i386/x86_64: Force pci=noacpi on HP XW9300
authorAndi Kleen <ak@suse.de>
Mon, 15 May 2006 16:19:41 +0000 (18:19 +0200)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 16 May 2006 14:59:31 +0000 (07:59 -0700)
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@intel.com
Cc: gregkh@suse.de
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/i386/kernel/acpi/boot.c

index 40e5aba3ad3d425f1545ff7e199e1356a56e38d8..daee69579b1c6cd6dba672b79c48a2197453f56a 100644 (file)
@@ -1066,6 +1066,14 @@ static struct dmi_system_id __initdata acpi_dmi_table[] = {
                     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"),
+                   },
+       },
        {}
 };