The patch titled i386/x86_64: Force pci=noacpi on HP XW9300 has been removed from the -mm tree. Its filename is i386-x86_64-force-pci=noacpi-on-hp.patch This patch was probably dropped from -mm because it has now been merged into a subsystem tree or into Linus's tree, or because it was folded into its parent patch in the -mm tree. From: "Andi Kleen" <ak@xxxxxxx> 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. Cc: <len.brown@xxxxxxxxx> Cc: <gregkh@xxxxxxx> Signed-off-by: Andi Kleen <ak@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- arch/i386/kernel/acpi/boot.c | 8 ++++++++ 1 files changed, 8 insertions(+) diff -puN arch/i386/kernel/acpi/boot.c~i386-x86_64-force-pci=noacpi-on-hp arch/i386/kernel/acpi/boot.c --- devel/arch/i386/kernel/acpi/boot.c~i386-x86_64-force-pci=noacpi-on-hp 2006-05-15 21:43:18.000000000 -0700 +++ devel-akpm/arch/i386/kernel/acpi/boot.c 2006-05-15 21:43:18.000000000 -0700 @@ -1066,6 +1066,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"), + }, + }, {} }; _ Patches currently in -mm which might be from ak@xxxxxxx are origin.patch x86_64-dont-warn-for-overflow-in-nommu-case-when-dma_mask-is-32bit-fix.patch git-acpi.patch git-agpgart.patch x86_64-mm-remove-un-set_nmi_callback-and-reserve-release_lapic_nmi-functions-x86-fix.patch x86_64-mm-remove-un-set_nmi_callback-and-reserve-release_lapic_nmi-functions-x86-fix-fix.patch x86_64-mm-remove-un-set_nmi_callback-and-reserve-release_lapic_nmi-functions-x86-fix-fix-fix.patch x86_64-mm-remove-un-set_nmi_callback-and-reserve-release_lapic_nmi-functions-x86_64-fix.patch x86_64-mm-remove-un-set_nmi_callback-and-reserve-release_lapic_nmi-functions-x86_64-fix-fix.patch x86_64-mm-serialize-assign_irq_vector-use-of-static-variables-fix.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html