* 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
* Re: [PATCH for 2.6.17] [3/5] i386/x86_64: Force pci=noacpi on HP XW9300
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
1 sibling, 1 reply; 5+ messages in thread
From: Andi Kleen @ 2006-05-15 17:05 UTC (permalink / raw)
To: Brown, Len; +Cc: torvalds, akpm, linux-kernel, gregkh, jgarzik
On Monday 15 May 2006 18:47, Brown, Len wrote:
>
> >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
x86-
IA64/PA-RISC support subdomains successfully
> Linux has run on with multiple PCI segments?
I think IBM summit somehow uses it too.
And there is a patch from Jeff Garzik I think to make the xw9300 subdomains
work (or rather implement subdomain support in arch/i386/pci/*), but it
breaks the Summit and possibly other non x86 systems. Greg
should know details about that.
As usual the systems usually boot even without this patch, but you can't
reach all PCI devices.
> What are your expectations for where "short-term" ends and "long-term"
> begins?
I think Greg has Jeff's patch still queued somewhere, but it needs
to be debugged to work everywhere. After that is done we can drop the blacklist
entry. Hopefully for 2.6.19?
For 2.6.17 I don't see any alternative to blacklisting.
-Andi
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH for 2.6.17] [3/5] i386/x86_64: Force pci=noacpi on HP XW9300
2006-05-15 17:05 ` Andi Kleen
@ 2006-05-15 17:17 ` Jeff Garzik
0 siblings, 0 replies; 5+ messages in thread
From: Jeff Garzik @ 2006-05-15 17:17 UTC (permalink / raw)
To: Andi Kleen; +Cc: Brown, Len, torvalds, akpm, linux-kernel, gregkh
Andi Kleen wrote:
> On Monday 15 May 2006 18:47, Brown, Len wrote:
>>> 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
>
> x86-
>
> IA64/PA-RISC support subdomains successfully
>
>> Linux has run on with multiple PCI segments?
>
> I think IBM summit somehow uses it too.
>
> And there is a patch from Jeff Garzik I think to make the xw9300 subdomains
> work (or rather implement subdomain support in arch/i386/pci/*), but it
> breaks the Summit and possibly other non x86 systems. Greg
> should know details about that.
>
> As usual the systems usually boot even without this patch, but you can't
> reach all PCI devices.
>
>> What are your expectations for where "short-term" ends and "long-term"
>> begins?
>
> I think Greg has Jeff's patch still queued somewhere, but it needs
> to be debugged to work everywhere. After that is done we can drop the blacklist
> entry. Hopefully for 2.6.19?
>
> For 2.6.17 I don't see any alternative to blacklisting.
>
> -Andi
>
>
FWIW I also maintain this "PCI domain support for x86" stuff in a
separate branch, which I keep up to date:
'pciseg' branch of
git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/misc-2.6.git
Haven't done anything substantive since the original implementation,
just kept up with recent kernels.
The xw9300 continues to be my primary workstation (2x2 Opteron), but
haven't found time to mess with PCI domains in a while. The BIOS gives
me the option to disable PCI domains, so I took the slack way out :)
Jeff
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH for 2.6.17] [3/5] i386/x86_64: Force pci=noacpi on HP XW9300
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-18 15:56 ` Greg KH
1 sibling, 0 replies; 5+ messages in thread
From: Greg KH @ 2006-05-18 15:56 UTC (permalink / raw)
To: Brown, Len; +Cc: ak, torvalds, akpm, linux-kernel
On Mon, May 15, 2006 at 12:47:31PM -0400, Brown, Len wrote:
>
> >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?
Jeff's older patches caused some bad problems on some odd NUMA machines,
so I dropped them. Someone needs to take the time and clean them all up
and get them working properly and included into the tree.
Right now, it's very low on my todo list as I don't have such a machine.
thanks,
greg k-h
^ 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