1. 28 Jun, 2005 4 commits
    • Rajesh Shah's avatar
      [PATCH] acpi bridge hotadd: ACPI based root bridge hot-add · c431ada4
      Rajesh Shah authored
      When you hot-plug a (root) bridge hierarchy, it may have p2p bridges and
      devices attached to it that have not been configured by firmware.  In this
      case, we need to configure the devices before starting them.  This patch
      separates device start from device scan so that we can introduce the
      configuration step in the middle.
      
      I kept the existing semantics for pci_scan_bus() since there are a huge number
      of callers to that function.
      
      Also, I have no way of testing the changes I made to the parisc files, so this
      needs review by those folks.  Sorry for the massive cross-post, this touches
      files in many different places.
      Signed-off-by: default avatarRajesh Shah <rajesh.shah@intel.com>
      Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      c431ada4
    • Amit Gud's avatar
      [PATCH] pci: remove deprecates · efe1ec27
      Amit Gud authored
      Replace pci_find_device() with more safer pci_get_device().
      Signed-off-by: default avatarAmit Gud <gud@eth.net>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      efe1ec27
    • Amit Gud's avatar
      [PATCH] pci: remove deprecates · 881a8c12
      Amit Gud authored
      Replace pci_find_device() with more safer pci_get_device().
      Signed-off-by: default avatarAmit Gud <gud@eth.net>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      881a8c12
    • jayalk@intworks.biz's avatar
      [PATCH] PCI Allow OutOfRange PIRQ table address · 120bb424
      jayalk@intworks.biz authored
      I updated this to remove unnecessary variable initialization, make
      check_routing be inline only and not __init, switch to strtoul, and
      formatting fixes as per Randy Dunlap's recommendations.
      
      I updated this to change pirq_table_addr to a long, and to add a warning
      msg if the PIRQ table wasn't found at the specified address, as per thread
      with Matthew Wilcox.
      
      In our hardware situation, the BIOS is unable to store or generate it's PIRQ
      table in the F0000h-100000h standard range. This patch adds a pci kernel
      parameter, pirqaddr to allow the bootloader (or BIOS based loader) to inform
      the kernel where the PIRQ table got stored. A beneficial side-effect is that,
      if one's BIOS uses a static address each time for it's PIRQ table, then
      pirqaddr can be used to avoid the $pirq search through that address block each
      time at boot for normal PIRQ BIOSes.
      Signed-off-by: default avatarJaya Kumar <jayalk@intworks.biz>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
      120bb424
  2. 27 Jun, 2005 2 commits
  3. 26 Jun, 2005 34 commits