]> git.hungrycats.org Git - linux/commit
Use "request_resource()" to properly fix up PCI resource clashes.
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Sun, 10 Oct 2004 03:21:04 +0000 (20:21 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sun, 10 Oct 2004 03:21:04 +0000 (20:21 -0700)
commit928a40a4ada03ad3a4d0ff04648b9bbd73b9622e
tree0de8ccd63584a251cfa33f0fb290f4d6c1dd50d5
parenta06a30144bbc34bf49b61f0a847edfddfdd16b5d
Use "request_resource()" to properly fix up PCI resource clashes.

This is made possible by the previous resource allocation ordering
patch.

Now that we run the pre-existing PCI resource discovery _before_
ACPI resources have been added, we should not "insert" the resources
into any existing tree. If they clash with existing resources, we
should re-allocate them (later, when we have the full resource map).
arch/i386/pci/i386.c