public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* RE: [PATCH for 2.6.17] [3/5] i386/x86_64: Force pci=noacpi on HP  XW9300
@ 2006-05-15 16:47 Brown, Len
  2006-05-15 17:05 ` Andi Kleen
  2006-05-18 15:56 ` Greg KH
  0 siblings, 2 replies; 5+ messages in thread
From: Brown, Len @ 2006-05-15 16:47 UTC (permalink / raw)
  To: ak, torvalds; +Cc: akpm, linux-kernel, gregkh


>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.

I'm okay with the patch, but it makes me wonder...

Is this the 1st/only system Linux has run on with multiple PCI segments?
What are your expectations for where "short-term" ends and "long-term"
begins?

thanks,
-Len

^ permalink raw reply	[flat|nested] 5+ messages in thread
* [PATCH for 2.6.17] [3/5] i386/x86_64: Force pci=noacpi on HP  XW9300
@ 2006-05-15 16:19 Andi Kleen
  0 siblings, 0 replies; 5+ messages in thread
From: Andi Kleen @ 2006-05-15 16:19 UTC (permalink / raw)
  To: torvalds; +Cc: akpm, linux-kernel, gregkh, len.brown


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@intel.com
Cc: gregkh@suse.de

Signed-off-by: Andi Kleen <ak@suse.de>

---
 arch/i386/kernel/acpi/boot.c |    8 ++++++++
 1 files changed, 8 insertions(+)

Index: linux/arch/i386/kernel/acpi/boot.c
===================================================================
--- linux.orig/arch/i386/kernel/acpi/boot.c
+++ linux/arch/i386/kernel/acpi/boot.c
@@ -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"),
+		    },
+	},
 	{}
 };
 

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-05-18 16:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-15 16:47 [PATCH for 2.6.17] [3/5] i386/x86_64: Force pci=noacpi on HP XW9300 Brown, Len
2006-05-15 17:05 ` Andi Kleen
2006-05-15 17:17   ` Jeff Garzik
2006-05-18 15:56 ` Greg KH
  -- strict thread matches above, loose matches on Subject: below --
2006-05-15 16:19 Andi Kleen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox