public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* ACPIPNP and too large IO resources
@ 2006-07-05  6:47 Pierre Ossman
  2006-07-05 16:47 ` Bjorn Helgaas
  0 siblings, 1 reply; 9+ messages in thread
From: Pierre Ossman @ 2006-07-05  6:47 UTC (permalink / raw)
  To: Bjorn Helgaas, Len Brown, LKML, Adam Belay

Hi there!

Commit 1acfb7f2b0d460ee86bdb25ad0679070ec8a5f0d by Bjorn is causing me
some grief. Although the patch seems correct, it is triggering another
misfeature of the system and I am hoping you have a solution.

Before your patch, the PCI bridge didn't allocate many io ports as they
were mislabeled as iomem. But now it puts its dirty paws all over the
entire ISA io port address space, effectively disabling PNP.

On my machine it steals the ranges 0x0-0xcf7, 0xcf8-0xcff and
0xd00-0xffff. IOW, the entire range of 0x0-0xffff gets blocked and none
of the ISA PNP devices can use ports outside this range.

We can see the same effect in the example given in your commit where
only the range 0x3b0-0x3df is left open.

I don't know enough about PNP to determine the problem, but I guess it's
the section that checks overlaps with other PNP devices that is somehow
wrong. It could also be that everyone keeps coding their DSDTs wrong,
but if that's the case then I see little other choice than to be bug
compatible.

Rgds
Pierre

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

end of thread, other threads:[~2006-08-05  1:07 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-05  6:47 ACPIPNP and too large IO resources Pierre Ossman
2006-07-05 16:47 ` Bjorn Helgaas
2006-07-05 20:53   ` Pierre Ossman
2006-07-05 21:36     ` Bjorn Helgaas
2006-07-05 22:18       ` Andrew Morton
2006-07-06 15:29         ` Bjorn Helgaas
2006-07-07  1:03           ` Shaohua Li
2006-08-05  0:19             ` Pierre Ossman
2006-08-05  1:07               ` Andrew Morton

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