Re: What is the correct way to indicate an unassigned PCI resource ?
From: Sergei Shtylyov <hidden>
Date: 2006-12-05 21:24:51
Also in:
linux-ide
From: Sergei Shtylyov <hidden>
Date: 2006-12-05 21:24:51
Also in:
linux-ide
Hello. Benjamin Herrenschmidt wrote:
quoted
On Tue, Dec 05, Benjamin Herrenschmidt wrote:
quoted
quoted
Olaf, can you give me a dump of /proc/ioports ? What is sitting at 0 on that PCI bus ?
quoted
with IDE=y
quoted
==> /proc/ioports <== 00000000-0000001f : dma1
So it's indeed colliding with the cruft above.
I reckon it's a bug in the firmware of this machine.
Add to pseries/pci.c a quirk for that chipset (don't forget to test for machine_is(pseries) in the quirk as they get called for all platforms in a combo kernel. The quirk shall check if resource 6 has a 0 base and clear the size as Alan suggested (possibly setting the UNSET flag as well).
Erm, I suspect it's either one or another -- you probably need to keep the
size intact for resource marked IORESOURCE_UNSET. At least that's what the
other code does...
Ben.
WBR, Sergei