[patch 0/2] Collecting host bridge resources - take 2

rajesh.shah_at_intel.com
Date: 06/03/05

  • Next message: rajesh.shah_at_intel.com: "[patch 2/2] i386/x86_64: collect host bridge resources v2"
    Date:	Thu, 02 Jun 2005 15:41:47 -0700
    To: gregkh@suse.de, ink@jurassic.park.msu.ru, ak@suse.de, len.brown@intel.com, akpm@osdl.org
    
    

    ACPI hotplug code now uses the PCI core to allocate and manage
    resources for hot-plug devices. To work correctly, this requires
    all bridges to report resources they are decoding in their
    pci_bus structure. We already do this for PCI-PCI bridges, but
    not for host bridges. This patchset reads and stores host bridge
    resources reported by ACPI BIOS for i386 and x86_64 systems.

    This is the 2nd version of this patchset. The major change is
    that it increases the number of resource pointers in the pci_bus
    structure and eliminates the need to have a boot time parameter
    to enable the code.

    Andrew, if you add this to the next -mm, please also drop the
    previous version this patchset (i386-collect-host-bridge-resources.patch
    and x86_64-collect-host-bridge-resources.patch).

    Rajesh

    --
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at  http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at  http://www.tux.org/lkml/
    

  • Next message: rajesh.shah_at_intel.com: "[patch 2/2] i386/x86_64: collect host bridge resources v2"

    Relevant Pages

    • [patch 0/2] Collecting host bridge resources
      ... ACPI hotplug code now uses the PCI core to allocate and manage ... resources for hot-plug devices. ... all bridges to report resources they are decoding in their ... we currently assume that all host bridges decode ...
      (Linux-Kernel)
    • Re: [patch 2/2] i386/x86_64: collect host bridge resources v2
      ... > This patch reads and stores host bridge resources reported by ... > ACPI hotplug code now uses the PCI core for resource management. ... The new root bus resources aren't properly inserted into global ...
      (Linux-Kernel)
    • Re: [patch 2/2] i386/x86_64: collect host bridge resources v2
      ... >> This patch reads and stores host bridge resources reported by ... >> ACPI hotplug code now uses the PCI core for resource management. ... > That patch introduces two major problems. ... The new root bus resources aren't properly inserted into global ...
      (Linux-Kernel)