On Wednesday 07 November 2007 06:22:48 am Maciej W. Rozycki wrote:
Thanks for the background and the comments.
There will undoubtedly be errors in what the firmware reports. But if
firmware tells us about some non PC/AT device, we should believe it at
least enough to avoid placing some other device on top of it.
If we have PNPBIOS or ACPI, the built-in stuff reserved in
request_standard_resources() should be superfluous. In theory.
But I doubt there's any benefit in skipping request_standard_resources().
Possibly it could be done *after* the PNP reservations, so the
hierarchy would make more sense, but I don't know if even that
is worth the trouble.
Yes. The patch was added to -mm on Nov 1 as
pnp-request-ioport-and-iomem-resources-used-by-active-devices.patch.
Bjorn
-