Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751176AbWEQWMj (ORCPT ); Wed, 17 May 2006 18:12:39 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751256AbWEQWMN (ORCPT ); Wed, 17 May 2006 18:12:13 -0400 Received: from 216-99-217-87.dsl.aracnet.com ([216.99.217.87]:14720 "EHLO sous-sol.org") by vger.kernel.org with ESMTP id S1751238AbWEQWME (ORCPT ); Wed, 17 May 2006 18:12:04 -0400 Message-Id: <20060517221412.058186000@sous-sol.org> References: <20060517221312.227391000@sous-sol.org> Date: Wed, 17 May 2006 00:00:17 -0700 From: Chris Wright To: linux-kernel@vger.kernel.org, stable@kernel.org Cc: Justin Forbes , Zwane Mwaikambo , "Theodore Ts'o" , Randy Dunlap , Dave Jones , Chuck Wolber , torvalds@osdl.org, akpm@osdl.org, alan@lxorguk.ukuu.org.uk, Andi Kleen , len.brown@intel.com, Greg Kroah-Hartman Subject: [PATCH 17/22] [PATCH] i386/x86_64: Force pci=noacpi on HP XW9300 Content-Disposition: inline; filename=i386-x86_64-Force-pci-noacpi-on-HP-XW9300.patch Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1292 Lines: 43 -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@intel.com Signed-off-by: Andi Kleen Signed-off-by: Linus Torvalds Signed-off-by: Greg Kroah-Hartman Signed-off-by: Chris Wright --- 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/