Signed-off-by: Andrew Morton --- arch/i386/kernel/acpi/boot.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff -puN arch/i386/kernel/acpi/boot.c~x86_64-mm-acpi-blacklist-xw9300 arch/i386/kernel/acpi/boot.c --- a/arch/i386/kernel/acpi/boot.c~x86_64-mm-acpi-blacklist-xw9300 +++ a/arch/i386/kernel/acpi/boot.c @@ -1068,6 +1068,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"), + }, + }, {} }; _