Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5491d0f3 authored by Andi Kleen's avatar Andi Kleen Committed by Linus Torvalds
Browse files

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



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: default avatar <len.brown@intel.com>
Cc: gregkh@suse.de
Signed-off-by: default avatarAndi Kleen <ak@suse.de>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent f0fdabf8
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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"),
		    },
	},
	{}
};